ci: add nix to PATH
All checks were successful
Flake checks / Check (pull_request) Successful in 6m49s

This commit is contained in:
teutat3s 2024-05-30 16:06:23 +02:00
parent 87ea6353a2
commit ebf6d280e1
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
];
};