From 23ae7822bf292b6064c1dfb811b9f71ae3d4a0cc Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 2 Nov 2025 15:59:46 +0900 Subject: cmd/hakurei/parse: use new store interface This greatly reduces overhead. The iterator also significantly cleans up the usage code. Signed-off-by: Ophestra --- nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos.nix') diff --git a/nixos.nix b/nixos.nix index 24514422..b8759a9e 100644 --- a/nixos.nix +++ b/nixos.nix @@ -227,7 +227,7 @@ in in pkgs.runCommand "checked-${name}" { nativeBuildInputs = [ cfg.package ]; } '' ln -vs ${file} "$out" - hakurei show ${file} + hakurei show --no-store ${file} ''; in pkgs.writeShellScriptBin app.name '' -- cgit v1.3.1