aboutsummaryrefslogtreecommitdiffhomepage
path: root/nixos.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-02 15:59:46 +0900
committerOphestra <cat@gensokyo.uk>2025-11-02 16:00:41 +0900
commit23ae7822bf292b6064c1dfb811b9f71ae3d4a0cc (patch)
treedac2ecf132be794bf5e91fc86c1c4ec6336608d5 /nixos.nix
parent898b5aed3d64fb30b63c0c84a60308c1ec0746f8 (diff)
cmd/hakurei/parse: use new store interface
This greatly reduces overhead. The iterator also significantly cleans up the usage code. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'nixos.nix')
-rw-r--r--nixos.nix2
1 files changed, 1 insertions, 1 deletions
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 ''