1
0
Fork 0

various: update configs

This commit is contained in:
Daniel Kempkens 2024-07-07 23:52:33 +02:00
parent 197c4c5fc1
commit d9dc721559
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 2 additions and 1 deletions

View file

@ -34,7 +34,7 @@ in
{
nixpkgs = nixpkgsConfig;
nix = {
nixPath = [ "nixpkgs=${nixpkgs}" ];
# nixPath = [ "nixpkgs=${nixpkgs}" ];
registry.nixpkgs.flake = nixpkgs;
};

View file

@ -28,6 +28,7 @@ in
auto-optimise-store = true;
keep-derivations = true;
keep-outputs = true;
extra-nix-path = "nixpkgs=flake:nixpkgs";
builders-use-substitutes = true;