mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
Updated nix for 22.11 (2)
This commit is contained in:
parent
b8a60187df
commit
a76c7b2925
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@ with lib;
|
|||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix = {
|
||||
autoOptimiseStore = true;
|
||||
package = pkgs.unstable.nix;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
@ -23,6 +22,7 @@ with lib;
|
|||
];
|
||||
settings =
|
||||
{
|
||||
auto-optimise-store = true;
|
||||
substituters = [
|
||||
"https://cache.nixos.org"
|
||||
"https://bin.julienmalka.me"
|
||||
|
|
Loading…
Add table
Reference in a new issue