forked from mirrors/nixpkgs
7 lines
164 B
Bash
Executable file
7 lines
164 B
Bash
Executable file
#!/bin/bash
|
|
set -eu
|
|
if [ -n "${GUP_TARGET:-}" ]; then
|
|
gup --always
|
|
fi
|
|
curl -LSs -o "$1" https://raw.githubusercontent.com/timbertson/gup/master/nix/gup-python.nix
|