nix: update lockfile
This commit is contained in:
parent
2cea52181e
commit
82a47eae24
2 changed files with 5 additions and 5 deletions
2
Justfile
2
Justfile
|
@ -1,5 +1,5 @@
|
|||
typegen_bin := env_var_or_default('TYPEGEN', './typegen/target/debug/typegen')
|
||||
src_path := env_var_or_default('SRC_PATH', '../src')
|
||||
src_path := env_var_or_default('SRC_PATH', '../quickshell/src')
|
||||
|
||||
build_typegen := if typegen_bin == './typegen/target/debug/typegen' { "true" } else { "false" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue