1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

purescript: add missing dependency to update script

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Dennis Gosnell 2021-08-27 10:45:20 +09:00 committed by GitHub
parent aff01371c1
commit 688eef3c04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl jq -I nixpkgs=.
#!nix-shell -i bash -p curl gnused jq -I nixpkgs=.
#
# This script will update the purescript derivation to the latest version.