add flake check action
Some checks failed
nix flake check / nix-flake-update (push) Failing after 0s
Some checks failed
nix flake check / nix-flake-update (push) Failing after 0s
This commit is contained in:
10
.gitea/workflows/nix-flake-check.yaml
Normal file
10
.gitea/workflows/nix-flake-check.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
name: nix flake check
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
nix-flake-update:
|
||||
runs-on: ubuntu-latest
|
||||
container: nixos/nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix --experimental-features nix-command flakes flake check
|
Reference in New Issue
Block a user