We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a436ea2 commit 2ef90c0Copy full SHA for 2ef90c0
justfile
@@ -10,7 +10,7 @@ melpa := "github:emacs-twist/melpa/nix3-all"
10
lock-dir := ".rice-lock/default"
11
12
# 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"
+common-options-without-lock := "--override-input rice-src \"path:$PWD\" --override-input melpa " + quote(melpa)
14
15
common-options-with-lock := common-options-without-lock + " --override-input rice-lock \"path:$PWD/" + lock-dir + "\""
16
0 commit comments