upgrade nix in development to latest

Better error messages!!
This commit is contained in:
Jörg Thalheim
2024-05-31 16:35:59 +02:00
parent dda82c49b0
commit 750c8df003
3 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ in
hostPkgs = pkgs;
# speed-up evaluation
defaults = {
nix.package = pkgs.nixVersions.latest;
documentation.enable = lib.mkDefault false;
boot.isContainer = true;