add: add hildibrand input, package

This commit is contained in:
2026-08-09 15:38:24 -04:00
parent b43f2ace49
commit 0ffb8f5493
3 changed files with 85 additions and 5 deletions
+7 -1
View File
@@ -7,6 +7,7 @@
home-manager.url = "github:nix-community/home-manager";
darwin.url = "github:LnL7/nix-darwin";
darwin.inputs.nixpkgs.follows = "nixpkgs";
hildibrand.url = "git+https://scm.wyattjmiller.com/wymiller/hildibrand.git";
};
outputs = inputs@{ self, nixpkgs, flake-utils, home-manager, darwin, ... }:
@@ -26,7 +27,12 @@
overlays = [ self.overlays.default ];
};
in
import ./pkgs { inherit pkgs; }
import ./pkgs {
inherit pkgs;
# packages that are already built with Nix go here
hildibrand = inputs.hildibrand.packages.${system}.default;
}
);
devShells = forAllSystems (system: