From fcae6a84ecf92c830d202cfba024075b7b65754f Mon Sep 17 00:00:00 2001 From: "Robert K. Bell" Date: Sat, 15 Feb 2025 13:59:04 +1100 Subject: [PATCH] ci: see if this affects the NAR hash mismatch --- .github/workflows/nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index d2c3445..37096f4 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v30 with: - nix_path: nixpkgs=channel:nixos-unstable + nix_path: nixpkgs=channel:nixos-24.11 - uses: DeterminateSystems/magic-nix-cache-action@v9 - name: Keep the Flake up-to-date and healthy uses: DeterminateSystems/flake-checker-action@v9