Skip to content

Commit

Permalink
fix(justfile): Remove a temporary option added for development
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Jul 21, 2024
1 parent a436ea2 commit 2ef90c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ melpa := "github:emacs-twist/melpa/nix3-all"
lock-dir := ".rice-lock/default"

# This is only to avoid repetition, and you usually don't edit this.
common-options-without-lock := "--override-input rice-src \"path:$PWD\" --override-input melpa " + quote(melpa) + " --override-input twist github:emacs-twist/twist.nix/e0cf766032772d575ba0e289b89dd3cf2d43dee8"
common-options-without-lock := "--override-input rice-src \"path:$PWD\" --override-input melpa " + quote(melpa)

common-options-with-lock := common-options-without-lock + " --override-input rice-lock \"path:$PWD/" + lock-dir + "\""

Expand Down

0 comments on commit 2ef90c0

Please sign in to comment.