fix: allow forgejo-runner access to nix.
Some checks failed
default / build (push) Failing after 48s
Some checks failed
default / build (push) Failing after 48s
This commit is contained in:
parent
08c159c32c
commit
ea6f41619e
1 changed files with 11 additions and 0 deletions
|
|
@ -18,6 +18,17 @@
|
|||
## optionally provide native execution on the host:
|
||||
"native:host"
|
||||
];
|
||||
hostPackages = with pkgs; [
|
||||
bash
|
||||
coreutils
|
||||
curl
|
||||
gawk
|
||||
gitMinimal
|
||||
gnused
|
||||
nodejs
|
||||
wget
|
||||
nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue