Fix tests not running.

This commit is contained in:
Kevin Baensch 2024-11-30 17:11:41 +01:00
parent da009f69ce
commit 173dc9fb54
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -18,6 +18,7 @@ in
type = "app"; type = "app";
program = program =
(pkgs.writeScript "nix-unit" '' (pkgs.writeScript "nix-unit" ''
#!/usr/bin/env bash
${nix-unit}/bin/nix-unit --flake '.#tests' ${nix-unit}/bin/nix-unit --flake '.#tests'
'').outPath; '').outPath;
}; };