move to gitea
Some checks failed
Check / build (push) Failing after 19s

This commit is contained in:
Joakim Repomaa
2026-02-20 17:11:28 +02:00
parent 49cabcad7a
commit 45ce478dd4
6 changed files with 22 additions and 43 deletions

View File

@@ -1,7 +0,0 @@
image: nixos/unstable
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
tasks:
- build: |
cd NixOS
nix build --dry-run '.#nixosConfigurations.apu.config.system.build.toplevel'

View File

@@ -1,14 +0,0 @@
image: nixos/unstable
secrets:
- b6e73fc2-2ca4-4bb5-a3e6-6b868276e0ec
environment:
NIX_CONFIG: |
experimental-features = nix-command flakes
builders = ssh://builder@freun.dev aarch64-linux /home/build/.ssh/b6e73fc2-2ca4-4bb5-a3e6-6b868276e0ec 8 - - - c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUV2Q1NqSWppcG9nMVhmOW1QYzY4M3I1VlNHU2pWYzh2MVVaZzVWcmJieE0gcm9vdEBmcmV1bi1kZXYK
builders-use-substitutes = true
tasks:
- build: |
ls -la ~/.ssh
cd NixOS
nix build --dry-run '.#nixosConfigurations.freun-dev.config.system.build.toplevel'

View File

@@ -1,7 +0,0 @@
image: nixos/unstable
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
tasks:
- build: |
cd NixOS
nix build --dry-run '.#nixosConfigurations.radish.config.system.build.toplevel'

View File

@@ -1,14 +0,0 @@
image: nixos/unstable
secrets:
- b6e73fc2-2ca4-4bb5-a3e6-6b868276e0ec
environment:
NIX_CONFIG: |
experimental-features = nix-command flakes
builders = ssh://builder@freun.dev aarch64-linux /home/build/.ssh/b6e73fc2-2ca4-4bb5-a3e6-6b868276e0ec 8 - - - c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUV2Q1NqSWppcG9nMVhmOW1QYzY4M3I1VlNHU2pWYzh2MVVaZzVWcmJieE0gcm9vdEBmcmV1bi1kZXYK
builders-use-substitutes = true
tasks:
- build: |
ls -la ~/.ssh
cd NixOS
nix build --dry-run '.#nixosConfigurations.turny.config.system.build.toplevel'

View File

@@ -0,0 +1,20 @@
name: Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: nixos-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Check
run: nix flake check
env:
NIX_CONFIG: "experimental-features = nix-command flakes"

View File

@@ -450,7 +450,8 @@ in
name = config.networking.domain;
labels = [
"linux_arm64"
"ubuntu-latest:docker://node:16-bullseye"
"ubuntu-latest:docker://node:latest"
"nixos-latest:docker://nixos/nix:latest"
];
tokenFile = secrets.gitea-actions-runner.path;
url = "https://${config.services.gitea.subdomain}.${config.networking.domain}";