bundle nix packagemanager by default

detsys nix lazy-path seems to be incompatible with our caching and
deployment commands. By shipping nix, we can be sure to have binaries we
tested.
This commit is contained in:
Jörg Thalheim
2025-09-16 13:25:06 +02:00
parent dd1f045022
commit 8e50ddc84b
2 changed files with 3 additions and 2 deletions

View File

@@ -10,19 +10,19 @@
"avahi",
"bash",
"bubblewrap",
"dialog",
"disko",
"e2fsprogs",
"git",
"gnupg",
"dialog",
"mypy",
"netcat",
"nix",
"nixos-anywhere",
"qrencode",
"openssh",
"pass",
"qemu",
"qrencode",
"rsync",
"shellcheck-minimal",
"sops",

View File

@@ -56,6 +56,7 @@
includedRuntimeDeps = [
"age"
"git"
"nix"
];
inherit (self) nixosConfigurations;
};