This commit is contained in:
2025-08-01 14:03:40 -05:00
parent 116f935389
commit ce27df5933
2 changed files with 18 additions and 6 deletions

View File

@@ -133,7 +133,7 @@
};
nix = {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
nixPath = [ "nixpkgs=${inputs.nixpkgs}" "unstable=${inputs.nixpkgs-us}" ];
settings = {
experimental-features = [ "nix-command" "flakes" ];
};