e11sync

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 6171e5735b8a1917fa745a7f798b0c339967d950 (tree)
parent ec2fc37c4a2cfb9f2c33d07a1a2ea77557424ac5
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sun, 28 Jan 2024 15:55:16 +0200

unit tests: stop there

Diffstat:
Mflake.nix | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -59,8 +59,7 @@ unit-tests = { enable = false; # ?? this is a directory, how do I run the script? - #entry = "${pkgs.e11sync-backend.passthru.tests.unit}"; - entry = "true"; + #entry = pkgs.e11sync-backend.passthru.tests.unit.buildCommand; pass_filenames = false; }; };