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", "avahi",
"bash", "bash",
"bubblewrap", "bubblewrap",
"dialog",
"disko", "disko",
"e2fsprogs", "e2fsprogs",
"git", "git",
"gnupg", "gnupg",
"dialog",
"mypy", "mypy",
"netcat", "netcat",
"nix", "nix",
"nixos-anywhere", "nixos-anywhere",
"qrencode",
"openssh", "openssh",
"pass", "pass",
"qemu", "qemu",
"qrencode",
"rsync", "rsync",
"shellcheck-minimal", "shellcheck-minimal",
"sops", "sops",

View File

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