about summary refs log tree commit diff
path: root/modules/core/lazy-packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/lazy-packages.nix')
-rw-r--r--modules/core/lazy-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/lazy-packages.nix b/modules/core/lazy-packages.nix
index 80053396..16f6587e 100644
--- a/modules/core/lazy-packages.nix
+++ b/modules/core/lazy-packages.nix
@@ -12,7 +12,7 @@ let
   # The command used to fetch the store path from the binary cache.
   fetchSubstitute = "${escapeShellArg "${pkgs.nix}/bin/nix-store"} -r";
 
-  mkWrapper = package: pkgs.runCommand "${package.name}-lazy" {
+  mkWrapper = package: pkgs.runCommandLocal "${package.name}-lazy" {
     inherit package;
   } ''
     encoded="$(echo "$package" | ${encoder})"