summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-06-05 21:30:04 -0600
committerAlejandro Soto <alejandro@34project.org>2025-06-05 21:30:10 -0600
commitece68e20ef296bcffe67301ae313e744d50b6475 (patch)
tree47c2d77e6b991825ce0701aff28de2bc48d0199c /flake.nix
parent1479ef448c05761ee70ea5d3e2e30fba80fd18d7 (diff)
flake: add attribute 'packages'
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d8e51c6..29664c3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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