Skip to content

Commit

Permalink
Merge pull request #47 from Liqwid-Labs/t4/expose-config-false
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ccer authored Feb 21, 2023
2 parents 378a5f9 + 5061754 commit c34ae07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.4.0 - 2023-02-17

- Default `exposeConfig` to `false` in offchain module

## 2.3.1 - 2023-02-09

- Added option (`spagoOverride`) to offchain module. This allows one to use package from flake instead of pulling from git when building derviation. This resolves problem from CI where CI machine fails to pull from private repository via ssh.
Expand Down
2 changes: 1 addition & 1 deletion nix/offchain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ in
Added in: 2.3.0.
'';
type = types.bool;
default = true;
default = false;
};
};
};
Expand Down

0 comments on commit c34ae07

Please sign in to comment.