Use renamed config parameters
This commit is contained in:
parent
8050ba3367
commit
1d622b7000
@ -5,22 +5,15 @@ inputs:
|
|||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
binaryCaches = lib.mkForce [
|
settings = {
|
||||||
"https://cache.nixos.org/"
|
substituters = lib.mkForce [
|
||||||
"https://nix-community.cachix.org"
|
"https://cache.nixos.org/"
|
||||||
];
|
"https://nix-community.cachix.org"
|
||||||
binaryCachePublicKeys = [
|
];
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
trusted-public-keys = [
|
||||||
];
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
#settings = {
|
];
|
||||||
#substituters = lib.mkForce [
|
};
|
||||||
#"https://cache.nixos.org/"
|
|
||||||
#"https://nix-community.cachix.org"
|
|
||||||
#];
|
|
||||||
#trusted-public-keys = [
|
|
||||||
#"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
|
||||||
#];
|
|
||||||
#};
|
|
||||||
# nix shell and nix build should use the same channel as the flake
|
# nix shell and nix build should use the same channel as the flake
|
||||||
registry.nixpkgs.flake = inputs.nixpkgs;
|
registry.nixpkgs.flake = inputs.nixpkgs;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user