diff options
| author | seth <[email protected]> | 2024-04-10 00:35:46 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-10 00:35:46 -0400 |
| commit | 6b1214a9ee36498f3efbd2036a034676bc993920 (patch) | |
| tree | f4813e82b8b9075fe7aee55c599e0abfb8b313e0 /checks.nix | |
| parent | a18e493d8f323500772e8606b0a105a420cbc9c2 (diff) | |
nix: use root dir in selene check
Diffstat (limited to 'checks.nix')
| -rw-r--r-- | checks.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ in { touch $out ''; - check-selen = pkgs.runCommand "check-selene" {} '' - ${lib.getExe pkgs.selene} ${./config} + check-selene = pkgs.runCommand "check-selene" {} '' + ${lib.getExe pkgs.selene} ${./.} ''; check-statix = pkgs.runCommand "check-statix" {} '' |
