fix(dregil): Remove nixpkgs-unstable references
This commit is contained in:
parent
749dbb765d
commit
a1961bc685
2 changed files with 3 additions and 8 deletions
|
|
@ -21,10 +21,5 @@
|
|||
|
||||
networking.firewall.enable = true;
|
||||
|
||||
nix = {
|
||||
registry = {
|
||||
nixpkgs.flake = inputs.nixpkgs;
|
||||
nixpkgs-unstable.flake = inputs.nixpkgs-unstable;
|
||||
};
|
||||
};
|
||||
nix = { registry = { nixpkgs.flake = inputs.nixpkgs; }; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue