This commit is contained in:
@@ -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'
|
||||
@@ -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'
|
||||
@@ -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'
|
||||
@@ -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'
|
||||
20
.gitea/workflows/check.yml
Normal file
20
.gitea/workflows/check.yml
Normal 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"
|
||||
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user