ci: make test workflow use nixos-24.05

This commit is contained in:
Robert Helgesson 2024-05-24 17:16:52 +02:00
parent e3ad5108f5
commit c583e715f7
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-unstable
nix_path: nixpkgs=channel:nixos-24.05
- run: |
if grep -R --exclude stdlib-extended.nix literalExample modules ; then
echo "Error: literalExample should be replaced by literalExpression" > /dev/stderr