feat: Update to latest nixpkgs and added flake checker
This commit is contained in:
8
.github/workflows/check.yaml
vendored
Normal file
8
.github/workflows/check.yaml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
jobs:
|
||||
nix_check:
|
||||
name: Build Nix targets
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check Nix flake inputs
|
||||
uses: DeterminateSystems/flake-checker-action@main
|
||||
Reference in New Issue
Block a user