Skip to content

Commit

Permalink
myEnvFun: fix sed script edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jan 29, 2018
1 parent 147f3d4 commit e58adb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/my-env/default.nix
Expand Up @@ -79,7 +79,7 @@ mkDerivation {
mkdir -p "$out/dev-envs" "$out/nix-support" "$out/bin"
s="$out/nix-support/setup-new-modified"
# shut some warning up.., do not use set -e
sed -e 's@set -e@@' \
sed -e 's@set -eu@@' \
-e 's@assertEnvExists\s\+NIX_STORE@:@' \
-e 's@trap.*@@' \
-e '1i initialPath="${toString initialPath}"' \
Expand Down

0 comments on commit e58adb9

Please sign in to comment.