From 64030634135410b671fbae7bf3037c962a203fea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Nov 2023 00:49:09 +0000 Subject: [PATCH 1/2] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'zellij': 'github:zellij-org/zellij/0e12f770cbf962673368d8b3b2ad7647cf641145' (2023-11-02) → 'github:zellij-org/zellij/37bc6364fa0a906616b1abafceb84e2c8511045d' (2023-11-02) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 599baf4..ae29d55 100644 --- a/flake.lock +++ b/flake.lock @@ -131,11 +131,11 @@ "zellij": { "flake": false, "locked": { - "lastModified": 1698909557, - "narHash": "sha256-nz1uJw49V+m9BLBH4u+tvxWs0qCJZRtSKCvHD5o2dG4=", + "lastModified": 1698927018, + "narHash": "sha256-g1Idi8uzFrv3JnkTLKgrR+NDbyHnU1gXUcybNUNCJGM=", "owner": "zellij-org", "repo": "zellij", - "rev": "0e12f770cbf962673368d8b3b2ad7647cf641145", + "rev": "37bc6364fa0a906616b1abafceb84e2c8511045d", "type": "github" }, "original": { From 540f3fdcd7e87921f47630fc189c21e254b57dbd Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 3 Nov 2023 08:11:13 +0100 Subject: [PATCH 2/2] build: add newly added build dependency --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 6b2c2e8..4258a13 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,7 @@ pkg-config, protobuf, openssl, + perl, rust-bin, patchPlugins ? true, }: let @@ -61,6 +62,7 @@ nativeBuildInputs = [ pkg-config protobuf + perl ]; buildInputs = [