Skip to content

Releases: peterldowns/nix-search-cli

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

release-1677460599-0ee46b2

27 Feb 01:16
0ee46b2
Compare
Choose a tag to compare
Fix typo in release labels.

release-1677460472-af42fd4

27 Feb 01:14
af42fd4
Compare
Choose a tag to compare
Clean up flake inputs, bump version.

release-1677459897-549ed37

27 Feb 01:04
549ed37
Compare
Choose a tag to compare
Remove completed todo.

release-1677459532-e50238a

27 Feb 00:58
e50238a
Compare
Choose a tag to compare
Hide debug binaries from vscode

release-1677459475-cefc4c5

27 Feb 00:57
e50238a
Compare
Choose a tag to compare
Hide debug binaries from vscode