Fix tests not running.
This commit is contained in:
parent
da009f69ce
commit
173dc9fb54
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ in
|
|||
type = "app";
|
||||
program =
|
||||
(pkgs.writeScript "nix-unit" ''
|
||||
#!/usr/bin/env bash
|
||||
${nix-unit}/bin/nix-unit --flake '.#tests'
|
||||
'').outPath;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue