diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-03 21:17:16 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-03 21:17:16 -0500 |
commit | 4b9b1e1bc5fbb55f350e3db586ebfeefc767099e (patch) | |
tree | c577011ff0c54290d80c8a29cf3d98a58c68eea0 /hosts | |
parent | 6ec824b45ba8443ea5f3e39bc87a717d0e030970 (diff) | |
download | nixos-config-4b9b1e1bc5fbb55f350e3db586ebfeefc767099e.tar.gz nixos-config-4b9b1e1bc5fbb55f350e3db586ebfeefc767099e.zip |
Fix previous commit
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tomato/packages.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index c22f316..51a0f32 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs ... }: +{ pkgs, inputs, ... }: let blender-bin = inputs.blender-bin. |