mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
6ec7dec1fb
Not deprecating devShell yet.
15 lines
318 B
Nix
15 lines
318 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [
|
|
./modules/checks.nix
|
|
./modules/darwinModules.nix
|
|
./modules/devShell.nix
|
|
./modules/devShells.nix
|
|
./modules/flake.nix
|
|
./modules/legacyPackages.nix
|
|
./modules/nixosModules.nix
|
|
./modules/overlay.nix
|
|
./modules/packages.nix
|
|
./modules/perSystem.nix
|
|
];
|
|
}
|