mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-12-16 14:01:14 +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
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-*)
|
*)
|
||||||
if [[ $in_packages == 1 ]]; then
|
if [[ $in_packages == 1 ]]; then
|
||||||
packages+=" $i"
|
packages+=" $i"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue