aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-09-22 12:23:35 -0700
committerJohn MacFarlane <[email protected]>2024-09-22 12:23:54 -0700
commit57d97b4293318e21cbcc2124d00643d54d073217 (patch)
treeeb0b68f26e28de43486d461e632a68e4eff7853b /.github
parentca348940e3197180b25a64fdba16df7a62e88b6e (diff)
CI: try changing Nix build to use nix-stable.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 85c91448a..9bba9f009 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -147,7 +147,7 @@ jobs:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V28
with:
- nix_path: nixpkgs=channel:nixos-unstable
+ nix_path: nixpkgs=channel:nixos-stable
- name: Cache cabal global package db
id: cabal-global
uses: actions/cache@v4