e11sync

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

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

add flake8

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

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