mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Ugly hack to make `nix-channel' work on Cygwin.
This commit is contained in:
parent
e839802720
commit
3ce5f07793
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#! @shell@ -e
|
||||
|
||||
# Cygwin compatibility hack: bunzip2 expects cygwin.dll in $PATH.
|
||||
export PATH=@coreutils@
|
||||
|
||||
@coreutils@/mkdir $out
|
||||
@coreutils@/mkdir $out/tmp
|
||||
cd $out/tmp
|
||||
|
|
Loading…
Reference in a new issue