mirror of
https://github.com/nmattia/niv.git
synced 2024-11-29 09:42:35 +03:00
8 lines
204 B
Bash
Executable File
8 lines
204 B
Bash
Executable File
#!/usr/bin/env nix-shell
|
|
#!nix-shell -I nixpkgs=./nix
|
|
#!nix-shell -i bash -p cabal-install -p nix -p curl --pure
|
|
#!nix-shell --keep SSL_CERT_FILE
|
|
# vim: filetype=sh
|
|
|
|
$(nix-build -A niv-cabal-upload) "$@"
|