switch to latest

This commit is contained in:
Morten Olsen
2024-05-06 20:39:39 +02:00
parent 130eb0e4e6
commit e0fa943193

View File

@@ -3,7 +3,7 @@
{ {
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix = { nix = {
package = pkgs.nixUnstable; package = pkgs.nixVersions.latest;
settings = { settings = {
sandbox = true; sandbox = true;
cores = 0; cores = 0;