Nix: use mkShell packages instead of nativeBuildInputs

This commit is contained in:
eriedaberrie 2025-03-11 14:44:44 +00:00
parent dcf45f052b
commit ab38205ea9

View file

@ -17,7 +17,7 @@
devShells = forSystems (
pkgs: {
default = pkgs.mkShell {
nativeBuildInputs = [
packages = [
pkgs.clang-tools
(pkgs.sbcl.withPackages (p:
with p; [