This commit is contained in:
TheWanderingCrow 2025-05-23 10:21:51 -04:00
parent 1c341a85e2
commit ca918f2a12

View file

@ -13,6 +13,7 @@
"x86_64-linux"
];
# Extend lib with lib.custom
# make sure to inherit this once we do lib extensions
#lib = nixpkgs.lib.extend (self: super: {custom = import ./lib {inherit (nixpkgs) lib;};});
in {
# Overlays
@ -24,7 +25,7 @@
name = host;
value = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs lib;
inherit inputs outputs;
isDarwin = false;
};
modules = [./hosts/nixos/${host}];