replace nixos-rebuild aliases -> nh os
This commit is contained in:
parent
b795d6ca9a
commit
f4afbbee14
4 changed files with 17 additions and 18 deletions
12
nixpkgs.nix
12
nixpkgs.nix
|
|
@ -11,7 +11,6 @@
|
|||
(import ./overlays args)
|
||||
];
|
||||
config = {
|
||||
# allowUnfree = false;
|
||||
allowBroken = false;
|
||||
allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
|
|
@ -40,5 +39,16 @@
|
|||
allowBroken = false;
|
||||
};
|
||||
};
|
||||
|
||||
# nixpkgs-master
|
||||
mpkgs = {
|
||||
inherit system;
|
||||
source = inputs.nixpkgs-master;
|
||||
overlays = [];
|
||||
config = {
|
||||
allowUnfree = false;
|
||||
allowBroken = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue