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

8
flake.lock generated
View file

@ -22,11 +22,11 @@
]
},
"locked": {
"lastModified": 1747193493,
"narHash": "sha256-wY2f9H2d638zGz8bQUxHtybSFDbp8mtwXF7ycdpv+a4=",
"lastModified": 1747385375,
"narHash": "sha256-GhaFgcAftH3rY/SeLlNL/mdO8icNDXihVFwSY9ypE9U=",
"ref": "refs/heads/master",
"rev": "baa9e5e07489ae027557f2ab4489d94c2739ef6b",
"revCount": 514,
"rev": "49ad86f42285e8beccf77509c662005785f1bae1",
"revCount": 518,
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
},