Add flake-parts module

This commit is contained in:
Johannes Kirschbauer
2024-08-01 13:59:36 +02:00
parent 8b0212b828
commit 35891f7165
6 changed files with 61 additions and 447 deletions

View File

@@ -26,7 +26,7 @@ in
buildClan = self.lib.buildClan;
};
checks = {
lib-inventory-eval = pkgs.runCommand "tests" { nativeBuildInputs = [ pkgs.nix-unit ]; } ''
lib-build-clan-eval = pkgs.runCommand "tests" { nativeBuildInputs = [ pkgs.nix-unit ]; } ''
export HOME="$(realpath .)"
nix-unit --eval-store "$HOME" \