diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-02 15:59:46 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-02 16:00:41 +0900 |
| commit | 23ae7822bf292b6064c1dfb811b9f71ae3d4a0cc (patch) | |
| tree | dac2ecf132be794bf5e91fc86c1c4ec6336608d5 /nixos.nix | |
| parent | 898b5aed3d64fb30b63c0c84a60308c1ec0746f8 (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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 '' |
