summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-01-14 16:49:51 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2023-01-14 16:49:51 +0000
commit8a775090ff19a1e857a40d57322ffe0688e8c724 (patch)
treea7553b8eedc2b4b2906dffcc1263a28fd50641f0
parent1691c8f3b359f9eaa8eeed7259d6ccdf628a38ca (diff)
downloadhaskell-wip/ghcup-ci-master-test.tar.gz
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0fa78cadf4..465f5682a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -979,7 +979,7 @@ project-version:
.ghcup-metadata:
stage: deploy
- image: "nixos/nix:2.8.0"
+ image: "nixos/nix:2.12.0"
dependencies: null
tags:
- x86_64-linux
@@ -987,6 +987,8 @@ project-version:
BUILD_FLAVOUR: default
GIT_SUBMODULE_STRATEGY: "none"
before_script:
+ - echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
+ - nix-channel --update
- touch version.sh
- cat version.sh
# Calculate the project version