graalvm-ce: fix nix-shell incantation order on update.sh

main
Thiago Kenji Okada 3 years ago
parent 81df00fb45
commit 60e6107391
  1. 2
      pkgs/development/compilers/graalvm/community-edition/update.sh

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -p curl -i bash coreutils nix curl jq gnused
#!nix-shell -p coreutils curl nix jq gnused -i bash
set -eou pipefail

Loading…
Cancel
Save