more cleanup
This commit is contained in:
parent
c9f5febd94
commit
a362c3885f
2 changed files with 17 additions and 32 deletions
overlays
|
@ -13,6 +13,10 @@
|
|||
};
|
||||
|
||||
unstable-packages = final: _prev: {
|
||||
stable = import inputs.nixpkgs-stable {
|
||||
system = final.system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
system = final.system;
|
||||
config.allowUnfree = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue