2
1
Fork 0

nix: update lockfile

This commit is contained in:
outfoxxed 2025-05-13 21:00:57 -07:00
parent 2cea52181e
commit 82a47eae24
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 5 additions and 5 deletions

View file

@ -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" }