Skip to content

Releases: peterldowns/nix-search-cli

v0.2+commit.7d6b4c5

23 Sep 20:32
7d6b4c5
Compare
Choose a tag to compare
version: v0.2, with leading v prefix for golang

0.1+commit.e765237

23 Sep 19:26
e765237
Compare
Choose a tag to compare
maint: remove vestigal gomod2nix config

0.1+commit.b7ded4d

23 Sep 18:08
b7ded4d
Compare
Choose a tag to compare
fix: broken CI release script by removing unnecessary homebrew bottli…

0.1+commit.96bd209

23 Sep 18:34
96bd209
Compare
Choose a tag to compare
docs: cleanup

0.1+commit.3fbbb11

23 Sep 18:03
Compare
Choose a tag to compare
docs: update the cli help examples

release-1694534186-f3f1c53

12 Sep 15:56
f3f1c53
Compare
Choose a tag to compare
Removes pre-2.7 flake compatibility (per #10)

As reported in https://github.com/peterldowns/nix-search-cli/issues/10
the cargo-culted warning about flake compatibility is showing up for
users who are not on pre-2.7 nix. Additionally, running `nix flake
check` shows warnings about the existence of the `defaultApp`,
`defaultPackage`, and `devShell` keys that are only defined for
compatibility purposes.

At this point, feels safe enough to remove the warning. If someone
complains because they are on a very old version of flakes I can easily
revisit this decision.

For background information on the flake schema change as of 2.7, see:

- https://nixos.org/manual/nix/stable/release-notes/rl-2.7.html#release-27-2022-03-07
- https://github.com/NixOS/nix/issues/5532#issue-1049704766

release-1680019370-866017b

28 Mar 16:02
866017b
Compare
Choose a tag to compare
Fix misleading comment

release-1679764629-f844a19

25 Mar 17:17
f844a19
Compare
Choose a tag to compare
Bump package version.

release-1677694262-1fd9cf2

01 Mar 18:11
1fd9cf2
Compare
Choose a tag to compare
Add a working devcontainer configuration.

This config will automatically pick up and install the devShell
dependencies from `flake.nix` when the container is created or started.
If you are editing the flake.nix in the meantime, you'll need to open a
terminal and run `update-content.sh`. You may need to reload the remote
vscode window in order for this to take effect, but I tested that it
works with the golang extension.

release-1677553355-9111cbf

28 Feb 03:02
9111cbf
Compare
Choose a tag to compare
Add homebrew install instructions