add package to PATH
This commit is contained in:
parent
7b49665ee5
commit
eeb8a69740
2 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
environment.systemPackages = [ cfg.package ];
|
||||||
systemd.services.nix-cache-login = {
|
systemd.services.nix-cache-login = {
|
||||||
description = "Nix cache login - service account token refresh";
|
description = "Nix cache login - service account token refresh";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
environment.systemPackages = [ cfg.package ];
|
||||||
systemd.user.services.nix-cache-login = {
|
systemd.user.services.nix-cache-login = {
|
||||||
description = "Nix cache login - refresh access token";
|
description = "Nix cache login - refresh access token";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue