Skip to content

Commit 2ef90c0

Browse files
committed
fix(justfile): Remove a temporary option added for development
1 parent a436ea2 commit 2ef90c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ melpa := "github:emacs-twist/melpa/nix3-all"
1010
lock-dir := ".rice-lock/default"
1111

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

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

0 commit comments

Comments
 (0)