Hush packages written for Nix/NixOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jahway603 a957f2097b updated README.md 2 years ago
hush-lightwalletd working on hush-lightwalletd nixpkg 2 years ago
README.md updated README.md 2 years ago

README.md

HushNixPkgs

Hush packages written for Nix/NixOS

How to build on NixOS

  1. Enter directory of package.
  2. Run the following to build it nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'

How to calculate directory sha256sum

NixOS requires packages to use the directory hash and this can be done as follows:

  1. Download the tar.gz source code and extract.
  2. Then run the following against that directory-name: nix hash-path directory-name