1
0
Fork 0

Forgejo Actions test
Some checks failed
/ format (push) Failing after 44s
/ build (push) Failing after 13s

This commit is contained in:
Aires 2024-05-27 13:11:16 -04:00
parent df57420fef
commit 05ba715c0d
2 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,12 @@
on: [push]
jobs:
format:
runs-on: nix
steps:
- run: nix fmt
build:
runs-on: nix
steps:
- run: nix flake update
- run: nh os build
- run: nh os build --hostname Khanda

View file

@ -70,7 +70,7 @@ in
url = "https://${config.secrets.services.forgejo.url}";
token = config.secrets.services.forgejo.runner-token;
labels = [
"nix:docker://nixos/nix" # Shoutout to Icewind 1991 for this syntax: https://icewind.nl/entry/gitea-actions-nix/
"nix:docker://nixos/nix" # Shoutout to Icewind 1991 for this syntax: https://icewind.nl/entry/gitea-actions-nix/
"debian:docker://node:20-bullseye"
];
};