5 lines
89 B
Bash
5 lines
89 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
# !!! this is kinda hacky.
|
||
|
set | grep -E '^[a-zA-Z]+=.*://' > $out
|