Skip to content

Commit

Permalink
flake: improve alicorn-check log output on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Dec 12, 2023
1 parent c7369ba commit 1f56ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
alicorn-check = file:
pkgs.runCommandNoCC "alicorn-check-${file}" { } ''
set -xeuo pipefail
set -euo pipefail
cd ${./.}
mkdir $out
echo "Checking ${file}"
>&2 echo "Checking ${file}"
${pkgs.lib.getExe luvitpkgs.packages.${system}.luvit} ${file}
'';
in
Expand Down

0 comments on commit 1f56ba6

Please sign in to comment.