Simplify evaluations a bit

This commit is contained in:
Greg Hellings
2025-12-07 17:50:55 -06:00
parent fa555f0298
commit 01e6aa22d5
10 changed files with 60 additions and 68 deletions
+5 -1
View File
@@ -7,11 +7,15 @@ let
pkgs =
system:
(import top.nixunstable {
inherit system overlays;
inherit system;
config = {
allowUnfree = true;
allowUnfreePredicate = _: true;
};
overlays = overlays ++ [
top.nurpkgs.overlays.default
top.vsext.overlays.default
];
});
user =
system: host: username: