mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 09:04:37 +03:00
chore: rename directory of flake based integration tests
This commit is contained in:
parent
508c48a2b9
commit
fbba21b525
@ -218,6 +218,13 @@
|
|||||||
inherit self;
|
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.type = "app";
|
||||||
tests-examples.program =
|
tests-examples.program =
|
||||||
b.toString
|
b.toString
|
||||||
|
Loading…
Reference in New Issue
Block a user