about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-19 14:30:18 +0100
committerene <ene@sils.li>2023-02-19 14:30:18 +0100
commit0371f83910490b8105cfee0572842db8179bca8c (patch)
treedd92b0378449d05adcdabd02985327220b948705 /flake.nix
parentFix: Further improve the secret handling (diff)
downloadnixos-config-0371f83910490b8105cfee0572842db8179bca8c.tar.gz
nixos-config-0371f83910490b8105cfee0572842db8179bca8c.zip
Fix(bootstrap): Finish the nix side of things
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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";