From 08b13b3b1ac6683eacb7ae33f9c548797fa3fbd4 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sat, 13 Sep 2025 07:36:28 -0500 Subject: Fix previous commit --- hosts/tomato/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') 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 = { -- cgit v1.2.3