Skip to content

Commit

Permalink
flake: add back checks, devShells, packages, templates
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau authored and mergify[bot] committed Nov 5, 2023
1 parent 581a7cf commit 0e36d8d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
removeSuffix
;

devFlake = import ./dev-flake;

modulesDir = ./modules;

moduleKinds =
Expand Down Expand Up @@ -56,5 +58,13 @@
(readDir (overridesDir + "/${category}"))
)
(readDir overridesDir);

inherit
(devFlake)
checks
devShells
packages
templates
;
};
}

0 comments on commit 0e36d8d

Please sign in to comment.