From 8a6fab56c3578d4b3b56963ef378c5051c8dee40 Mon Sep 17 00:00:00 2001 From: Dave Aitken Date: Wed, 23 Oct 2024 13:38:17 +0100 Subject: [PATCH] bump: nixpkgs version for format check --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1ec348e..9fdb1be 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -35,4 +35,4 @@ jobs: - name: Checkout uses: actions/checkout@v4 - uses: cachix/install-nix-action@v26 - - run: nix-shell -I nixpkgs=channel:nixos-23.05 --pure -p ocamlformat_0_22_4 dune_3 ocaml --run "dune build @fmt" + - run: nix-shell -I nixpkgs=channel:nixpkgs-unstable --pure -p ocamlformat_0_22_4 dune_3 ocaml --run "dune build @fmt"