Compare commits

..

No commits in common. "f3168cea0f4eaa07998e5e205fe9fb918754fbaf" and "b7ee2ec2fff5660855765eae92a60261bf044775" have entirely different histories.

2 changed files with 2 additions and 13 deletions

View file

@ -1,7 +1,4 @@
on: on: [push]
push:
pull_request:
types: [opened, synchronize, reopened]
jobs: jobs:
check: check:

View file

@ -5,12 +5,7 @@
"youko" "youko"
]; ];
config = config =
{ { config, pkgs, ... }:
config,
lib,
pkgs,
...
}:
{ {
age.secrets.forgejo-runner-token.file = ../secrets/forgejo-token.age; age.secrets.forgejo-runner-token.file = ../secrets/forgejo-token.age;
@ -24,9 +19,6 @@
settings = { settings = {
container.network = "bridge"; container.network = "bridge";
}; };
hostPackages = lib.mkOptionDefault [
pkgs.nix
];
labels = [ labels = [
"ubuntu-latest:docker://node:16-bullseye" "ubuntu-latest:docker://node:16-bullseye"
"ubuntu-22.04:docker://node:16-bullseye" "ubuntu-22.04:docker://node:16-bullseye"