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";
|
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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue