Add homebrew package to flake

This commit is contained in:
Greg Hellings
2023-06-01 10:54:46 -05:00
parent 151c6786cc
commit 39a1e735e7
6 changed files with 74 additions and 21 deletions
+1 -1
View File
@@ -60,6 +60,6 @@
modules = (import ./modules-all {}) //
(import ./modules-linux {}) //
(import ./modules-darwin {});
packages = import ./overlays/packages.nix { pkgs = nixstable; };
packages = (import ./overlays/packages.nix { inherit nixunstable flake-utils; });
};
}