kindaVim.docs
kindaVim.docs copied to clipboard
Install via Nix package manager
I consider kindaVim an absolutely essential app for macOS at this point, so thanks.
I'd like to install it via my home-manager config using Nix package manager.
Basically all that's needed is a static link to the latest release, and an SHA-256 hash of the zip that would be downloaded (so that Nix can verify that the correct thing was downloaded and not like some malware or something).
If I can just get that URL, I can at the very least write a custom derivation in my config, and in an ideal scenario, write a PR to nixpkgs so other people can also install it via Nix.
hair keeps growing!
the URL:
https://kindavim.app/releases/kindaVim.zip
always pointing to the latest version of kV. will check if there's "better" way to do a Nix native install.