1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00
flake-parts/all-modules.nix

13 lines
233 B
Nix
Raw Normal View History

2021-10-27 09:05:52 +00:00
{ lib, ... }:
{
imports = [
./modules/checks.nix
2021-11-22 21:42:40 +00:00
./modules/darwinModules.nix
2021-10-27 09:05:52 +00:00
./modules/devShell.nix
2021-11-21 14:47:11 +00:00
./modules/flake.nix
2021-10-27 09:05:52 +00:00
./modules/legacyPackages.nix
./modules/packages.nix
./modules/perSystem.nix
];
}