summary refs log tree commit diff
path: root/pkgs/stdenv/mingw/cygpath/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/stdenv/mingw/cygpath/builder.sh')
-rwxr-xr-xpkgs/stdenv/mingw/cygpath/builder.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/stdenv/mingw/cygpath/builder.sh b/pkgs/stdenv/mingw/cygpath/builder.sh
deleted file mode 100755
index 3061900ee0c..00000000000
--- a/pkgs/stdenv/mingw/cygpath/builder.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-source $stdenv/setup
-
-mkdir $out
-result="$(cygpath --mixed $path)"
-echo "\"$result\"" > $out/default.nix