From 6cdf43a4a22846cbb049bd5ab3cfd934b38c517a Mon Sep 17 00:00:00 2001 From: Psionik K <73710933+psionic-k@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:42:55 +0900 Subject: [PATCH] which is needed inside completely clean builds Most systems already have this, but it's pretty cheap to make sure. Not relying on any incidental resources is the Nix way. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 2c864d4d7..887cc15e3 100644 --- a/flake.nix +++ b/flake.nix @@ -162,6 +162,7 @@ pkg-config sbcl sbcl.pkgs.qlot-cli + which # this is available in the stdenv and most sane systems ]; # Normally we would include pkg-config and list these dependencies # in the packages attribute, but it does not appear that pkg-config