Force bash usage in dev-shell. Should fix #236
This commit is contained in:
parent
7a654259ff
commit
442bed3b59
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/sh
|
#! /usr/bin/env bash
|
||||||
s=$(type -p nix-shell)
|
s=$(type -p nix-shell)
|
||||||
exec $s release.nix -A build.x86_64-linux --exclude tarball --command "
|
exec $s release.nix -A build.x86_64-linux --exclude tarball --command "
|
||||||
export NIX_REMOTE=daemon
|
export NIX_REMOTE=daemon
|
||||||
|
|
Loading…
Reference in a new issue