Updated nix for 22.11 (2)

This commit is contained in:
Julien Malka 2023-01-05 17:10:42 +01:00
parent b8a60187df
commit a76c7b2925
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -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"