Skip to content

Commit

Permalink
which is needed inside completely clean builds
Browse files Browse the repository at this point in the history
Most systems already have this, but it's pretty cheap to make sure.  Not relying
on any incidental resources is the Nix way.
  • Loading branch information
psionic-k committed Jan 27, 2025
1 parent 7f878a7 commit 6cdf43a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cdf43a

Please sign in to comment.