NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(github-actions): make sure to continue on `nix flake check` failures for lockfile update job

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+3 -1
+3 -1
.github/workflows/flake-ci.yml
··· 12 12 13 13 jobs: 14 14 update-lockfile: 15 + name: Update flake lockfile 15 16 runs-on: ubuntu-latest 16 17 steps: 17 18 - uses: actions/checkout@v4 ··· 21 22 with: 22 23 determinate: true 23 24 24 - - name: Run checks 25 + - name: Check eval and run tests 25 26 run: nix flake check 27 + continue-on-error: true 26 28 27 29 - name: Update flake 28 30 run: |