Update flake.lock and flake.nix to use nixos-hardware instead of hard… #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Flake ❄️ Checker ✅ | |
on: | |
push: | |
branches: | |
- main | |
schedule: | |
# l33t o'clock | |
- cron: '37 13 * * *' | |
workflow_dispatch: | |
jobs: | |
flake-checker: | |
name: Flake Checker | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: DeterminateSystems/nix-installer-action@v9 | |
- uses: DeterminateSystems/magic-nix-cache-action@v3 | |
- uses: DeterminateSystems/flake-checker-action@v5 |