advent-of-code-2023/shell.nix
Evie Litherland-Smith 12f4fbedb8 Initial commit
Move current solutions (2023) over and organise using cargo workspaces
to be a bit cleaner to work with
2023-12-29 08:11:41 +00:00

8 lines
238 B
Nix

(import (
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/99f1c2157fba4bfe6211a321fd0ee43199025dbf.tar.gz";
sha256 = "0x2jn3vrawwv9xp15674wjz9pixwjyj3j771izayl962zziivbx2"; }
) {
src = ./.;
}).shellNix