add nix to ci
All checks were successful
Test / native-test (push) Successful in 1s

This commit is contained in:
Vivian 2023-05-26 21:31:20 +02:00
parent 47f6105bf4
commit 567c221914

View file

@ -27,7 +27,9 @@ in {
quoteEnvironmentValues = false; # Needed for docker quoteEnvironmentValues = false; # Needed for docker
}; };
vault-secrets.secrets.gitea_runner = { }; vault-secrets.secrets.gitea_runner = {
services = [ "gitea-runner-nix\x2dnative" ];
};
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;
@ -60,6 +62,7 @@ in {
gitMinimal gitMinimal
gnused gnused
nodejs nodejs
nix
wget wget
]; ];
}; };