My own playground for exercism.org exercises. https://exercism.org
Go to file
Daniel Siepmann 9ae08339c0
Switch to nix provided exercism
Nixpkgs already provides exercism in latest version
Add one on top level to get started with new languages.
2024-03-26 06:42:58 +01:00
c Switch to nix provided exercism 2024-03-26 06:42:58 +01:00
go Switch to nix provided exercism 2024-03-26 06:42:58 +01:00
lua Switch to nix provided exercism 2024-03-26 06:42:58 +01:00
python Switch to nix provided exercism 2024-03-26 06:42:58 +01:00
rust Switch to nix provided exercism 2024-03-26 06:42:58 +01:00
.gitignore INIT 2024-03-24 18:37:22 +01:00
readme.md Add readme 2024-03-25 09:24:41 +01:00
shell.nix Switch to nix provided exercism 2024-03-26 06:42:58 +01:00

This is my own repository to work on exercises from https://exercism.org/ . I provide a shell.nix file for each language. The root directory provides the derivation for the exercism binary.

That way I have a single repository with all I need in order to play around with different programming languages.