summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xget2
1 files changed, 1 insertions, 1 deletions
diff --git a/get b/get
index 1771a76..5a8f252 100755
--- a/get
+++ b/get
@@ -78,7 +78,7 @@ result=$(nix-instantiate \
for i; do
echo "$i"
done | sed -n '
- s/^[A-Za-z_][0-9A-Za-z_.-]*$/--attr &/p
+ s/^[A-Za-z_][0-9A-Za-z_./-]*$/--attr &/p
s/^\([0-9A-Za-z-]\+\)=\([0-9A-Za-z-]*\)$/--argstr \1-name \2/p
'
))