diff options
Diffstat (limited to 'ops/modules/nixery.nix')
-rw-r--r-- | ops/modules/nixery.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/nixery.nix b/ops/modules/nixery.nix index 58c975815eac..60d151045756 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; |