mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Get shellcheck from buildPackages
This commit is contained in:
parent
e9072ded97
commit
f6ea56dfac
@ -133,7 +133,7 @@ let
|
||||
in
|
||||
|
||||
runCommand "nix-binary-tarball-${version}"
|
||||
{ nativeBuildInputs = lib.optional (system != "aarch64-linux") shellcheck;
|
||||
{ nativeBuildInputs = lib.optional (system != "aarch64-linux") buildPackages.shellcheck;
|
||||
meta.description = "Distribution-independent Nix bootstrap binaries for ${system}";
|
||||
}
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user