diff --git a/flake.nix b/flake.nix index 7c417a3..09d4d6e 100644 --- a/flake.nix +++ b/flake.nix @@ -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}];