Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 26, 2023
1 parent 7241303 commit 1c03279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

* The option `hackage.add` allows changed files to be git-added, but not committed, during release when `hackage.commit`
is `false`.
* Default to `main` package when none was specified for `ghci(d)` commands in multi-package projects.

# 0.6.6
Expand Down
4 changes: 0 additions & 4 deletions modules/commands.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ let

commandModule = import ./command.nix { global = config; inherit util; };

cli = config.internal.hixCli.exe;

json = util.json.ghciFile;

in {
options = with types; {

Expand Down

0 comments on commit 1c03279

Please sign in to comment.