various: update configs
This commit is contained in:
parent
197c4c5fc1
commit
d9dc721559
3 changed files with 2 additions and 1 deletions
Binary file not shown.
|
@ -34,7 +34,7 @@ in
|
||||||
{
|
{
|
||||||
nixpkgs = nixpkgsConfig;
|
nixpkgs = nixpkgsConfig;
|
||||||
nix = {
|
nix = {
|
||||||
nixPath = [ "nixpkgs=${nixpkgs}" ];
|
# nixPath = [ "nixpkgs=${nixpkgs}" ];
|
||||||
registry.nixpkgs.flake = nixpkgs;
|
registry.nixpkgs.flake = nixpkgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@ in
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
keep-derivations = true;
|
keep-derivations = true;
|
||||||
keep-outputs = true;
|
keep-outputs = true;
|
||||||
|
extra-nix-path = "nixpkgs=flake:nixpkgs";
|
||||||
|
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue