From 1464469c70854d20bc7ccf87af59d17e171c9193 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Thu, 24 Feb 2022 12:08:53 +0100 Subject: [PATCH] CI: update to nixos 21.11 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d85ab49..c43e757 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - Package variables: - NIX_PATH: "nixpkgs=channel:nixos-21.05" + NIX_PATH: "nixpkgs=channel:nixos-21.11" build: stage: Build