mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
refac: unnecessary statement
This commit is contained in:
parent
a1b3745de9
commit
5351e71b10
1 changed files with 0 additions and 8 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue