1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

refac: unnecessary statement

This commit is contained in:
Kevin Amado 2024-11-03 20:13:11 -07:00
parent a1b3745de9
commit 5351e71b10

View file

@ -7,14 +7,6 @@ if ! command -v nix-build; then
exit 1
fi
if ! command -v nix-instantiate; then
echo 'ERROR: this pre-commit hook requires "nix-instantiate" to be installed first'
exit 1
fi
echo INFO: computing current system
system="$(nix-instantiate --eval --expr builtins.currentSystem)"
echo INFO: building Alejandra
nix-build \