aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index c23d7e32..c5afc9f8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -81,7 +81,7 @@
modules = [./hosts/spawn/configuration.nix];
};
- packages."x86_64-linux".default = import ./bootstrap;
+ packages."x86_64-linux".default = import ./bootstrap {pkgs = nixpkgs.legacyPackages;};
apps."x86_64-linux"."install" = {
type = "app";