chore: rename directory of flake based integration tests

This commit is contained in:
DavHau 2022-11-14 15:42:35 +01:00
parent 508c48a2b9
commit fbba21b525
10 changed files with 7 additions and 0 deletions

View File

@ -218,6 +218,13 @@
inherit self;
});
tests-integration-d2n-flakes.type = "app";
tests-integration-d2n-flakes.program =
b.toString
(dream2nixFor."${system}".callPackageDream ./tests/integration-d2n-flakes {
inherit self;
});
tests-examples.type = "app";
tests-examples.program =
b.toString