From 1641ce0113e543ac0d21584cf7b080a868461722 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 21 Jul 2022 08:15:54 +0200 Subject: [PATCH] Remove nix_2_7 variants --- flake.nix | 5 ----- hercules-ci-agent/CHANGELOG.md | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 5737fe24..dc11811b 100644 --- a/flake.nix +++ b/flake.nix @@ -273,8 +273,6 @@ packages.hercules-ci-agent = pkgs.hercules-ci-agent; # packages.hercules-ci-agent-nixUnstable = config.variants.nixUnstable.packages.hercules-ci-agent; # packages.hercules-ci-cli-nixUnstable = config.variants.nixUnstable.packages.hercules-ci-cli; - packages.hercules-ci-agent-nix_2_7 = config.variants.nix_2_7.packages.hercules-ci-agent; - packages.hercules-ci-cli-nix_2_7 = config.variants.nix_2_7.packages.hercules-ci-cli; pre-commit.pkgs = pkgs; pre-commit.settings = { hooks = { @@ -369,9 +367,6 @@ # variants.nixUnstable.extraOverlay = final: prev: { # nix = addDebug inputs.nix.defaultPackage.${prev.stdenv.hostPlatform.system}; # }; - variants.nix_2_7.extraOverlay = final: prev: { - nix = addDebug prev.nixVersions.nix_2_7; - }; }; options = { # Set by variants diff --git a/hercules-ci-agent/CHANGELOG.md b/hercules-ci-agent/CHANGELOG.md index 46464a39..7109903f 100644 --- a/hercules-ci-agent/CHANGELOG.md +++ b/hercules-ci-agent/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nix 2.10 support +### Removed + + - `-nix_2_7` variants. Nixpkgs has stopped offering older versions of Nix. If + you need an older version, you could inject an older Nixpkgs into this flake + using `hercules-ci-agent.inputs.nixpkgs.follows = ...`. + ## [0.9.6] - 2022-06-21 ### Added