wip: try to install cachix flake via ubuntu-latest
Some checks failed
Flake checks / Check (push) Failing after 10s

This commit is contained in:
teutat3s 2023-11-09 02:24:36 +01:00
parent 7d9b932761
commit 6b6d9b0266
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -3,15 +3,16 @@ on: [push]
jobs:
Check:
runs-on: nix-flakes
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: https://code.forgejo.org/actions/checkout@v4
- name: Install nix
uses: https://github.com/cachix/install-nix-action@v23
- name: Prepare cachix
uses: https://github.com/cachix/cachix-action@v12
with:
name: pub-solar
installCommand: nix shell nixpkgs#cachix
- name: Run flake checks
run: |
nix --print-build-logs --verbose --accept-flake-config flake check