about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ops/modules/nixery.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/nixery.nix b/ops/modules/nixery.nix
index 58c975815e..60d1510457 100644
--- a/ops/modules/nixery.nix
+++ b/ops/modules/nixery.nix
@@ -32,7 +32,7 @@ in {
 
       environment = {
         PORT = toString cfg.port;
-        NIXERY_PKGS_PATH = "${depot.path}/.nixery";
+        NIXERY_PKGS_PATH = pkgs.path;
         NIXERY_STORAGE_BACKEND = "filesystem";
         NIX_TIMEOUT = "60"; # seconds
         STORAGE_PATH = storagePath;