aboutsummaryrefslogtreecommitdiffhomepage
path: root/nixos.nix
diff options
context:
space:
mode:
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 ''