Skip to content

Commit

Permalink
make it valid
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 22, 2024
1 parent 607bd21 commit 36eb77b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
builtins.map (name: { out = "${k}.${system}.${name}"; }) (lib.attrNames s)
));
in
{
rec {
out = builtins.map (x: x.out) include;
include = lib.concatLists [
(perSystem "packages")
#(perSystem "devShells")
Expand Down

0 comments on commit 36eb77b

Please sign in to comment.