flake.lock: update nixpkgs + include fix for xmlsec build with gcc14 #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: | |
push: | |
pull_request: | |
jobs: | |
build: | |
name: Flake Check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@ab6bcb2d5af0e904d04aea750e2089e9dc4cbfdd | |
with: | |
diagnostic-endpoint: "" | |
source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" | |
- uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 | |
with: | |
diagnostic-endpoint: "" | |
- run: nix flake check --log-format raw-with-logs -L | |
env: | |
FORCE_COLOR: 1 |