nixpkgs
fc393434 - nixos/lib/make-disk-image: introduce `noNixStore` option

Commit
3 years ago
nixos/lib/make-disk-image: introduce `noNixStore` option Sometimes, we want to use the host nix store for everything because it's more convenient. To do so, we need to "not install" the nix store in the target disk image. We trick nixos-install by mount binding the host nix store into the $root/nix folder and letting Nix do the idempotency thing.
Author
Parents
Loading