mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
Merge pull request #164 from bbenne10/GH-162
Fix path and package handling in use_nix arg parsing
This commit is contained in:
commit
c35f4f013c
1 changed files with 1 additions and 1 deletions
2
direnvrc
2
direnvrc
|
|
@ -284,7 +284,7 @@ use_nix() {
|
|||
shift
|
||||
shift
|
||||
;;
|
||||
-*)
|
||||
*)
|
||||
if [[ $in_packages == 1 ]]; then
|
||||
packages+=" $i"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue