From 78b8142f6974495360a990e40576190f296b4461 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 26 Apr 2024 23:10:01 -0400 Subject: fix selene check --- checks.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/checks.nix b/checks.nix index 87e389f..bf680f1 100644 --- a/checks.nix +++ b/checks.nix @@ -16,7 +16,9 @@ in { ''; check-selene = pkgs.runCommand "check-selene" {} '' - ${lib.getExe pkgs.selene} ${./.} + cd ${./.} + ${lib.getExe pkgs.selene} . + touch $out ''; check-statix = pkgs.runCommand "check-statix" {} '' @@ -26,7 +28,6 @@ in { check-stylua = pkgs.runCommand "check-stylua" {} '' ${lib.getExe pkgs.stylua} --check ${./.} - touch $out ''; } -- cgit v1.2.3