commit e51067b166b429d636183257274ec9dadcd96fa0
parent 3d841137649585b529587602700b907ab955f183
Author: Jared Tobin <jared@jtobin.io>
Date: Mon, 16 Sep 2024 16:31:21 +0400
meta: flake description, gitignore
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -1,2 +1,3 @@
dist-newstyle/
ppad-sha256-hash-large.dat
+result
diff --git a/flake.nix b/flake.nix
@@ -1,5 +1,5 @@
{
- description = "ppad-sha256";
+ description = "Pure Haskell SHA-256 and HMAC-SHA256";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";