From ca918f2a12f471cbcaf09e30d5e78d17a5433e3b Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 23 May 2025 10:21:51 -0400 Subject: [PATCH] updates --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}];