diff options
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. |