Releases: peterldowns/nix-search-cli
Releases · peterldowns/nix-search-cli
v0.2+commit.7d6b4c5
version: v0.2, with leading v prefix for golang
0.1+commit.e765237
maint: remove vestigal gomod2nix config
0.1+commit.b7ded4d
fix: broken CI release script by removing unnecessary homebrew bottli…
0.1+commit.96bd209
docs: cleanup
0.1+commit.3fbbb11
docs: update the cli help examples
release-1694534186-f3f1c53
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
Fix misleading comment
release-1679764629-f844a19
Bump package version.
release-1677694262-1fd9cf2
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
Add homebrew install instructions