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;
|
useDefaultShell = true;
|
||||||
group = "gitea-runner";
|
group = "gitea-runner";
|
||||||
# Required to interact with nix daemon
|
# Required to interact with nix daemon
|
||||||
extraGroups = [
|
extraGroups = [ "wheel" ];
|
||||||
"wheel"
|
|
||||||
];
|
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -44,6 +42,7 @@
|
||||||
wget
|
wget
|
||||||
cachix
|
cachix
|
||||||
jq
|
jq
|
||||||
|
nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue