From d8fcdbbd2205f69ee0f39bfec2ccb01786bc4308 Mon Sep 17 00:00:00 2001 From: Lima User Date: Fri, 23 Jan 2026 17:15:19 +0000 Subject: [PATCH] Add gnumake and unzip to flake.nix --- flake.lock | 6 +++--- flake.nix | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 864c91efd..60343430f 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1767606049, - "narHash": "sha256-OE2fSzvBXKRe4K5/USQkdopiDU+5PdgJ8tIl5M6nY0s=", + "lastModified": 1769205588, + "narHash": "sha256-ugJzenE0+X/5ILJEcl0+NavMQhqMro3cwPhR/NjOOzU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2259340fabfc9c61fd9961ef7e2520f77bfc08e9", + "rev": "28528e01b00d737528b90d0ccb9cd468290fdc36", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index f653bceab..2abdbd64a 100644 --- a/flake.nix +++ b/flake.nix @@ -57,10 +57,12 @@ haskellPackages.profiteur zlib.dev git + gnumake bashInteractive epubcheck # for validate-epub nodejs # for validate-epub ripgrep + unzip libxml2 # for xmllint jq ];