Skip to content

oops i'm silly

oops i'm silly #17

Workflow file for this run

on:
push:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Nix flake Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@v9
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v14
- name: Check everything
run: nix flake check . --all-systems