mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
6 lines
105 B
Bash
6 lines
105 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
mkdir $out
|
||
|
result="$(cygpath --mixed $path)"
|
||
|
echo "\"$result\"" > $out/default.nix
|