mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
11 lines
177 B
Nix
11 lines
177 B
Nix
|
{ lib, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./modules/checks.nix
|
||
|
./modules/devShell.nix
|
||
|
./modules/legacyPackages.nix
|
||
|
./modules/packages.nix
|
||
|
./modules/perSystem.nix
|
||
|
];
|
||
|
}
|