akkuPackages.arew-blake3

akku-arew-blake3 0.9.0

blake3 cryptographic hashing for Chez Scheme

Creative Commons Zero v1.0 Universal
programs: -
Platforms (80)
aarch64-freebsdriscv64-netbsdaarch64-darwini686-linuxx86_64-windowsmips64-linuxm68k-nonearmv6l-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  akkuPackages.arew-blake3
];
Ad-hoc shell
nix-shell -p akkuPackages.arew-blake3
Flake (nix run)
nix run nixpkgs#akkuPackages.arew-blake3