CI test: run nix flake check on CI
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Théo Barnouin 2024-10-24 12:05:45 +02:00
parent 166f146550
commit c382db1b64

View file

@ -9,9 +9,11 @@ jobs:
options: --user root options: --user root
steps: steps:
- uses: actions/checkout@v4 - 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 uses: https://github.com/DeterminateSystems/flake-checker-action@v5
- name: Install Nix - name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main uses: https://github.com/DeterminateSystems/nix-installer-action@main
with: with:
init: none init: none
- name: Check flake
run: nix flake check --show-trace