forked from pub-solar/infra
ci: add nix to PATH
This commit is contained in:
parent
cc70a740a1
commit
5aa1276e85
|
@ -20,9 +20,7 @@
|
|||
useDefaultShell = true;
|
||||
group = "gitea-runner";
|
||||
# Required to interact with nix daemon
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
];
|
||||
extraGroups = [ "wheel" ];
|
||||
isSystemUser = true;
|
||||
};
|
||||
|
||||
|
@ -44,6 +42,7 @@
|
|||
wget
|
||||
cachix
|
||||
jq
|
||||
nix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue