mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
5 lines
89 B
Bash
5 lines
89 B
Bash
source $stdenv/setup
|
|
|
|
# !!! this is kinda hacky.
|
|
set | grep -E '^[a-zA-Z]+=.*://' > $out
|