Commit Graph

4 Commits

Author SHA1 Message Date
Philip Taron
f5100278df
qrtool: use rustPlatform.buildRustPackage rec {
Rather than `let ... in` syntax per feedback from @atalii
2023-11-30 13:51:05 -08:00
Philip Taron
3da9fa3ad3
qrtool: add shell completions and man pages 2023-11-30 09:11:31 -08:00
Philip Taron
6b20d38e01
qrtool: 0.8.4 -> 0.8.5
I added `asciidoctor` to the nativeBuildInputs as I saw warnings that it
wasn't found as I built the tool.

I also stopped using `rec` syntax as the nixpkgs manual recommends
[against it](https://nixos.org/manual/nixpkgs/unstable/#mkderivation-recursive-attributes).

However, `rustPlatform.buildRustPackage` doesn't allow the use of
`mkDerivation (finalAttrs: {` form, so it's just a simple `let` binding
here.
2023-11-30 08:13:04 -08:00
Philip Taron
9a863b8044
qrtool: init at 0.8.4 2023-11-08 09:05:22 -08:00