e11sync

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

commit 7a8491d4125da08d275f4fcb94a5a86191f20394 (tree)
parent 1a4e4673d1cb79ec32b4474951940058d0a2370c
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sun, 28 Jan 2024 15:29:15 +0200

wip unit tests

Diffstat:
Mflake.nix | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -55,6 +55,13 @@ alejandra.enable = true; deadnix.enable = true; statix.enable = true; + unit-tests = { + enable = true; + # ?? this is a directory, how do I run the script? + #entry = "${pkgs.e11sync-backend.passthru.tests.unit}"; + entry = "true"; + pass_filenames = false; + }; }; }; format = pkgs.runCommand "check-format" {} ''