flake: checks: convert to 'flake-parts'
This commit is contained in:
parent
730e4abf17
commit
e1e6c39bf1
2 changed files with 15 additions and 12 deletions
|
|
@ -26,8 +26,6 @@ let
|
|||
default = self.apps.${system}.diff-flake;
|
||||
};
|
||||
|
||||
checks = import ./checks.nix inputs system;
|
||||
|
||||
devShells = import ./dev-shells.nix inputs system;
|
||||
|
||||
packages = import ./packages.nix inputs system;
|
||||
|
|
@ -74,6 +72,7 @@ flake-parts.lib.mkFlake { inherit inputs; } {
|
|||
systems = mySystems;
|
||||
|
||||
imports = [
|
||||
./checks.nix
|
||||
./lib.nix
|
||||
./nixos.nix
|
||||
./overlays.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue