[Git][ghc/ghc][wip/9.12.3-backports] ci: Update nix docker images

Zubin pushed to branch wip/9.12.3-backports at Glasgow Haskell Compiler / GHC Commits: e0050c9d by Zubin Duggal at 2025-09-19T13:10:31+05:30 ci: Update nix docker images - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -289,7 +289,7 @@ lint-author: - *drafts-can-fail-lint lint-ci-config: - image: nixos/nix:2.14.1 + image: nixos/nix:2.18.9 extends: .lint # We don't need history/submodules in this job variables: @@ -1111,7 +1111,7 @@ project-version: .ghcup-metadata: stage: deploy - image: nixos/nix:2.14.1 + image: nixos/nix:2.18.9 dependencies: null tags: - x86_64-linux View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e0050c9dd7a1c00098cdff641a925dfb... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e0050c9dd7a1c00098cdff641a925dfb... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Zubin (@wz1000)