La till Disas laptop
This commit is contained in:
parent
6c47269d8f
commit
056e063708
2 changed files with 9 additions and 3 deletions
|
@ -27,19 +27,19 @@
|
|||
overlay-unstable = final: prev: {
|
||||
unstable = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
config.allowUnfree = false;
|
||||
};
|
||||
};
|
||||
overlay-fw-pkgs = final: prev: {
|
||||
fw-pkgs = import fw-pkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
config.allowUnfree = false;
|
||||
};
|
||||
};
|
||||
overlay-knock = final: prev: {
|
||||
knock = import knock {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
config.allowUnfree = false;
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue