update for codeberg hosting

This commit is contained in:
Robin Appelman 2025-05-22 17:49:45 +02:00
commit 742b859635
2 changed files with 5 additions and 6 deletions

View file

@ -5,13 +5,12 @@ on:
jobs: jobs:
checks: checks:
runs-on: ubuntu-latest runs-on: nix
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26 - uses: https://codeberg.org/icewind/attic-action@v1
- uses: icewind1991/attic-action@v1
with: with:
name: ci name: link
instance: https://cache.icewind.me instance: https://cache.icewind.link
authToken: "${{ secrets.ATTIC_TOKEN }}" authToken: "${{ secrets.ATTIC_TOKEN }}"
- run: nix flake check --keep-going - run: nix flake check --keep-going

View file

@ -24,7 +24,7 @@ Included checks:
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
mill-scale = { mill-scale = {
url = "github:icewind1991/mill-scale"; url = "git+https://codeberg.org/icewind/mill-scale.git";
inputs.flakelight.follows = "flakelight"; inputs.flakelight.follows = "flakelight";
}; };
}; };