Skip to content

Commit a47e5d1

Browse files
committed
Add nix flake check CI
1 parent 58f8706 commit a47e5d1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "nix flake check"
2+
on:
3+
pull_request:
4+
push:
5+
jobs:
6+
tests:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: cachix/install-nix-action@v31
11+
#with:
12+
# nix_path: nixpkgs=channel:nixos-unstable
13+
- run: nix --extra-experimental-features 'nix-command flakes' flake check

0 commit comments

Comments
 (0)