replace nixos-rebuild aliases -> nh os

This commit is contained in:
do butterflies cry? 2026-02-27 16:49:28 +10:00
parent b795d6ca9a
commit f4afbbee14
4 changed files with 17 additions and 18 deletions

View file

@ -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;
};
};
};
}