Try to use host
Some checks failed
Check Flake / check-flake (push) Failing after 10s

This commit is contained in:
Zuckerberg 2023-04-23 18:13:22 -06:00
parent 1b6b284fa3
commit b913e5b2f8

View File

@ -2,15 +2,11 @@ name: Check Flake
on: [push]
jobs:
check-flake:
runs-on: ubuntu-latest
runs-on: Nix
steps:
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v20
- name: Checkout the repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Check Flake
run: nix flake check