ci: add nix to PATH

This commit is contained in:
teutat3s 2024-05-30 16:06:23 +02:00
parent cc70a740a1
commit 5aa1276e85
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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
];
};