Skip to content

Commit

Permalink
Fix macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Trinkle committed May 11, 2018
1 parent 9ef9ee8 commit 4bf6e8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix-build-inplace
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bash coreutils
set -euo pipefail

if [ "$1" = --help -o "$1" = -h ] ; then
Expand Down

0 comments on commit 4bf6e8c

Please sign in to comment.