From 82a47eae2403c54909cf0249deaddbbba29ba661 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Tue, 13 May 2025 21:00:57 -0700 Subject: [PATCH] nix: update lockfile --- Justfile | 2 +- flake.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Justfile b/Justfile index a339a2c..e8932fd 100644 --- a/Justfile +++ b/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" } diff --git a/flake.lock b/flake.lock index a3eba9b..f2c7eb9 100644 --- a/flake.lock +++ b/flake.lock @@ -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" },