mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Hack to clean up tests/test-tmp
This commit is contained in:
parent
d308aeaf53
commit
25a108bb9c
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
#! /bin/sh
|
||||
if [ -e tests/test-tmp ]; then
|
||||
chmod -R u+w tests/test-tmp
|
||||
rm -rf tests/test-tmp
|
||||
fi
|
||||
|
||||
s=$(type -p nix-shell)
|
||||
exec $s release.nix -A tarball --command "
|
||||
export NIX_REMOTE=daemon
|
||||
|
|
Loading…
Reference in a new issue