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