day 3 part 2

This commit is contained in:
Alan Daniels 2025-12-08 22:02:42 +11:00
parent 3aff1cd302
commit 88fa4fed05
2 changed files with 41 additions and 1 deletions

View file

@ -23,7 +23,7 @@
default = pkgs.mkShellNoCC {
packages = with pkgs; [
shellcheck
(sbcl.withPackages (ps: [ps.str]))
(sbcl.withPackages (ps: [ps.str ps.cl-heap]))
];
};
}