Remove the old nixpkgs-unstable input
This is not needed as I'm now using unstable by default.
This commit is contained in:
parent
5ba4add9a3
commit
2ed0cfbb20
6 changed files with 2 additions and 30 deletions
nix/overlays
|
@ -17,11 +17,4 @@
|
|||
system = final.system;
|
||||
};
|
||||
};
|
||||
|
||||
unstable-packages = final: _prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
config.allowUnfree = true;
|
||||
system = final.system;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue