Skip to content

Commit

Permalink
Use latest nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Nov 10, 2024
1 parent 1dc3583 commit 74e1c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
...
}: {
nix = {
package = pkgs.nixVersions.latest;
nixPath = ["nixpkgs=${nixpkgs}"];
gc = {
automatic = true;
Expand All @@ -12,7 +13,7 @@
};
settings = {
auto-optimise-store = true;
experimental-features = ["nix-command" "flakes" "repl-flake"];
experimental-features = ["nix-command" "flakes"];
substituters = [
"https://bootstrap-academy.cachix.org"
"https://sandkasten.cachix.org"
Expand Down

0 comments on commit 74e1c63

Please sign in to comment.