add package to PATH
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Abel Luck 2026-02-27 08:39:18 +01:00
parent 7b49665ee5
commit eeb8a69740
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@ in
};
config = lib.mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
systemd.services.nix-cache-login = {
description = "Nix cache login - service account token refresh";
serviceConfig = {