Skip to content

Commit

Permalink
Remove nix_2_7 variants
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jul 21, 2022
1 parent 09e80b7 commit 1641ce0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions hercules-ci-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1641ce0

Please sign in to comment.