diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-13 07:36:28 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-13 07:36:28 -0500 |
commit | 08b13b3b1ac6683eacb7ae33f9c548797fa3fbd4 (patch) | |
tree | 32670b4efda81a271fb475735bf784c7644e93d6 /hosts | |
parent | 1da0e33cc76165c238dae6ed417a1b50600f278c (diff) | |
download | nixos-config-08b13b3b1ac6683eacb7ae33f9c548797fa3fbd4.tar.gz nixos-config-08b13b3b1ac6683eacb7ae33f9c548797fa3fbd4.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 4de53aa..284acab 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -4,7 +4,7 @@ let blender-bin = inputs.blender-bin. packages.x86_64-linux; nixpkgs-unstable = inputs.nixpkgs-unstable. - packages.x86_64-linux; + legacyPackages.x86_64-linux; in { this.sets = { |