This commit is contained in:
parent
166f146550
commit
c382db1b64
1 changed files with 3 additions and 1 deletions
|
@ -9,9 +9,11 @@ jobs:
|
|||
options: --user root
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check Nix flake inputs
|
||||
- name: Check Nix flake.lock for old pkgs / deps
|
||||
uses: https://github.com/DeterminateSystems/flake-checker-action@v5
|
||||
- name: Install Nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
init: none
|
||||
- name: Check flake
|
||||
run: nix flake check --show-trace
|
||||
|
|
Loading…
Add table
Reference in a new issue