switch to forgejo actions #5

Merged
notohh merged 17 commits from actions-testing into master 2023-10-05 16:31:15 -04:00
Showing only changes of commit 6342f2f19f - Show all commits

View file

@ -1,4 +1,5 @@
{ {
pkgs,
lib, lib,
config, config,
... ...
@ -47,5 +48,14 @@
"ubuntu-latest:docker://node:18-bullseye" "ubuntu-latest:docker://node:18-bullseye"
#"native:host" #"native:host"
]; ];
hostPackages = with pkgs; [
sudo
bash
curl
coreutils
wget
gitMinimal
wget
];
}; };
} }