Skip to content

Commit

Permalink
patch set -u thing
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 28, 2020
1 parent 09209f9 commit 62eb1cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotfiles/direnv/direnvrc
@@ -1,5 +1,9 @@
#!/usr/bin/env bash

# the current version of direnv uses `set -u`... this breaks a lot of stuff,
# so we need to unset it.
set +u

# from https://github.com/direnv/direnv/wiki/Nix
# based on https://github.com/Mic92/dotfiles/blob/a0a9b7e358fa70a85cd468f8ca1fbb02ae0a91df/home/.direnvrc
use_nix() {
Expand Down

0 comments on commit 62eb1cc

Please sign in to comment.