From 5d27e61528c1db00767623d56e887ccbceab089d Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 12 Apr 2024 13:13:40 +0200 Subject: [PATCH] add zip to flake (needed for smalltalk lol!!!) --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 3b86ac5..6293139 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,7 @@ smlnj swiProlog gnu-smalltalk + zip ]; }; }