mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
Disable shellcheck
This breaks eval on aarch64-linux due to the dependency on GHC.
This commit is contained in:
parent
7487debaf5
commit
c6e15c4322
1 changed files with 3 additions and 3 deletions
|
|
@ -123,7 +123,7 @@ let
|
||||||
|
|
||||||
runCommand "nix-binary-tarball-${version}"
|
runCommand "nix-binary-tarball-${version}"
|
||||||
{ exportReferencesGraph = [ "closure1" toplevel "closure2" cacert ];
|
{ exportReferencesGraph = [ "closure1" toplevel "closure2" cacert ];
|
||||||
buildInputs = [ perl shellcheck ];
|
buildInputs = [ perl /* shellcheck */ ];
|
||||||
meta.description = "Distribution-independent Nix bootstrap binaries for ${system}";
|
meta.description = "Distribution-independent Nix bootstrap binaries for ${system}";
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
|
|
@ -136,8 +136,8 @@ let
|
||||||
--subst-var-by nix ${toplevel} \
|
--subst-var-by nix ${toplevel} \
|
||||||
--subst-var-by cacert ${cacert}
|
--subst-var-by cacert ${cacert}
|
||||||
|
|
||||||
shellcheck -e SC1090 $TMPDIR/install
|
#shellcheck -e SC1090 $TMPDIR/install
|
||||||
shellcheck -e SC1091,SC2002 $TMPDIR/install-darwin-multi-user
|
#shellcheck -e SC1091,SC2002 $TMPDIR/install-darwin-multi-user
|
||||||
|
|
||||||
chmod +x $TMPDIR/install
|
chmod +x $TMPDIR/install
|
||||||
chmod +x $TMPDIR/install-darwin-multi-user
|
chmod +x $TMPDIR/install-darwin-multi-user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue