diff --git a/.forgejo/workflows/flake-check.yml b/.forgejo/workflows/flake-check.yml index 9b93f49..4d5bb75 100644 --- a/.forgejo/workflows/flake-check.yml +++ b/.forgejo/workflows/flake-check.yml @@ -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