Skip to content

Commit

Permalink
refactor: make registry to an option
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Oct 26, 2023
1 parent bd36f51 commit 58a3cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export DIRENV_LOG_FORMAT=$'\E[mdirenv: \E[38;5;8m%s\E[m'

{ # Paisano Block

registry="git+file://$PRJ_ROOT#__std"
registry="git+${registry:-"file://$PRJ_ROOT#__std"}"
nix=("nix")
nix_eval_args=(
"--no-update-lock-file"
Expand Down

0 comments on commit 58a3cfd

Please sign in to comment.