Compare commits

..

1 Commits
desc ... master

Author SHA1 Message Date
6c8edef685 wip: change workflows checkout action to self hosted version
Some checks failed
CI / build:all (push) Failing after 16s
CI / build:cross (push) Failing after 15s
2026-03-17 15:28:16 +01:00
2 changed files with 2 additions and 4 deletions

View File

@@ -11,10 +11,10 @@ jobs:
build:all:
runs-on: native
steps:
- uses: https://jungle.bsc.es/git/abonerib/checkout.git@v6-gitea
- uses: actions/checkout@v6-gitea
- run: nix build -L --no-link --print-out-paths .#bsc.ci.all
build:cross:
runs-on: native
steps:
- uses: https://jungle.bsc.es/git/abonerib/checkout.git@v6-gitea
- uses: actions/checkout@v6-gitea
- run: nix build -L --no-link --print-out-paths .#bsc.ci.cross

View File

@@ -3,8 +3,6 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
};
description = "configuration for jungle machines";
outputs = { self, nixpkgs, ... }:
let
mkConf = name: nixpkgs.lib.nixosSystem {