fix(dregil): Remove nixpkgs-unstable references
This commit is contained in:
parent
749dbb765d
commit
a1961bc685
2 changed files with 3 additions and 8 deletions
|
|
@ -81,8 +81,8 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
# adjust channels to nixpkgs used on this system via this flake
|
# adjust channels to nixpkgs used on this system via this flake
|
||||||
environment.etc."nix/inputs/nixpkgs".source = inputs.nixpkgs-unstable.outPath;
|
environment.etc."nix/inputs/nixpkgs".source = inputs.nixpkgs.outPath;
|
||||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs-unstable}" ];
|
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
|
|
||||||
nix.settings.max-jobs = 3;
|
nix.settings.max-jobs = 3;
|
||||||
nix.settings.cores = 4;
|
nix.settings.cores = 4;
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,5 @@
|
||||||
|
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
|
|
||||||
nix = {
|
nix = { registry = { nixpkgs.flake = inputs.nixpkgs; }; };
|
||||||
registry = {
|
|
||||||
nixpkgs.flake = inputs.nixpkgs;
|
|
||||||
nixpkgs-unstable.flake = inputs.nixpkgs-unstable;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue