pulled in lisp koans for solving

https://github.com/google/lisp-koans
This commit is contained in:
efim
2022-07-24 12:13:42 +00:00
parent fe0950582d
commit 49c00c24ee
104 changed files with 8515 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
let pkgs = nixpkgs.legacyPackages.${system}; in
{
devShells.default = pkgs.mkShell {
buildInputs = [ pkgs.sbcl ];
buildInputs = [ pkgs.sbcl pkgs.inotify-tools ];
};
}
);