summaryrefslogtreecommitdiff
path: root/nix/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/module.nix')
-rw-r--r--nix/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/module.nix b/nix/module.nix
index 3ad3929..c02d126 100644
--- a/nix/module.nix
+++ b/nix/module.nix
@@ -50,7 +50,7 @@ in
environment = {
# using `/var/lib/private` as we have `DynamicUser` enabled
- BOT_NIXPKGS_PATH = "/var/lib/private/${config.systemd.services.nixpkgs-tracker-bot.serviceConfig.StateDirectory}/nixpkgs";
+ BOT_NIXPKGS_PATH = "%S/${config.systemd.services.nixpkgs-tracker-bot.serviceConfig.StateDirectory}/nixpkgs";
};
serviceConfig = {