diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-06-05 21:30:04 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-06-05 21:30:10 -0600 |
| commit | ece68e20ef296bcffe67301ae313e744d50b6475 (patch) | |
| tree | 47c2d77e6b991825ce0701aff28de2bc48d0199c | |
| parent | 1479ef448c05761ee70ea5d3e2e30fba80fd18d7 (diff) | |
flake: add attribute 'packages'
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,6 +16,12 @@ in flake-utils.lib.eachDefaultSystem (system: { formatter = (import nixpkgs {inherit system;}).alejandra; + + packages = + (import nixpkgs { + inherit system; + overlays = [(mapOverlayOverride "local" (import ./pkgs))]; + }).local; }) // { templates = let |
