Skip to content

Commit

Permalink
ci: Init flakes-checker.yml (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
haruki7049 authored Jun 28, 2024
1 parent 55f2ff8 commit 346bc9e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/flakes-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: nix-checker
on:
push:
permissions: {}
jobs:
run-nix-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install Nix
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run nix flake check
run: nix flake check --all-systems

0 comments on commit 346bc9e

Please sign in to comment.