Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
emiflake committed Mar 22, 2023
1 parent bd8f4a1 commit 22552f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0).

## 2.7.2 - 2023-03-22

- Enable Hercules CI support.

## 2.7.1 - 2023-03-17

- Remove uses of `ifEnable`.
Expand Down
1 change: 1 addition & 0 deletions nix/ci-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ in
config.herculesCI = {
ciSystems = [ "x86_64-linux" ];
onPush.default.outputs = self.checks.x86_64-linux;
onPush.required.outputs = self.checks.x86_64-linux.required;
};
};
perSystem = { config, self', inputs', pkgs, system, ... }:
Expand Down

0 comments on commit 22552f6

Please sign in to comment.