refactor: split up overlays
This commit is contained in:
parent
567e4eb551
commit
d1f910db69
5 changed files with 91 additions and 80 deletions
12
overlays/channels.nix
Normal file
12
overlays/channels.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ lib, inputs }:
|
||||
|
||||
final: prev: {
|
||||
master = import inputs.master {
|
||||
inherit (prev) system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
stable = import inputs.stable {
|
||||
inherit (prev) system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue