fix: update nix

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2024-03-19 13:07:50 -05:00
parent 91f0f09344
commit e594526fc2
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
nix = {
gc.automatic = true;
package = pkgs.nixVersions.nix_2_15;
package = pkgs.nixVersions.stable;
settings = {
trusted-users = ["@sudo" "@wheel" "jolheiser"];
experimental-features = ["flakes" "nix-command" "repl-flake"];