about summary refs log tree commit diff
path: root/pkgs/stdenv/mingw/cygpath/builder.sh
blob: 3061900ee0c92ff35c310812ac2dad871dd1bf4e (plain) (blame)
1
2
3
4
5
source $stdenv/setup

mkdir $out
result="$(cygpath --mixed $path)"
echo "\"$result\"" > $out/default.nix