forked from fabian/nix_config
flake: add attribute 'packages'
This commit is contained in:
parent
12cd697209
commit
517c240c19
1 changed files with 6 additions and 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue