From 0371f83910490b8105cfee0572842db8179bca8c Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 19 Feb 2023 14:30:18 +0100 Subject: Fix(bootstrap): Finish the nix side of things --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c5afc9f8..f2fc62d2 100644 --- a/flake.nix +++ b/flake.nix @@ -81,7 +81,7 @@ modules = [./hosts/spawn/configuration.nix]; }; - packages."x86_64-linux".default = import ./bootstrap {pkgs = nixpkgs.legacyPackages;}; + packages."x86_64-linux".default = import ./bootstrap {pkgs = nixpkgs.legacyPackages.x86_64-linux;}; apps."x86_64-linux"."install" = { type = "app"; -- cgit 1.4.1