forked from mirrors/nixpkgs
7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
|
#!/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
|