Skip to content

Commit 70fae3d

Browse files
committed
Remove python implementation
1 parent 76ca2a5 commit 70fae3d

File tree

7 files changed

+2
-1205
lines changed

7 files changed

+2
-1205
lines changed

adventofcode/__init__.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

adventofcode/__main__.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

adventofcode/handlers.py

Lines changed: 0 additions & 174 deletions
This file was deleted.

adventofcode/leaderboard.py

Lines changed: 0 additions & 69 deletions
This file was deleted.

flake.nix

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,9 @@
1313
in {
1414
default = pkgs.mkShell {
1515
packages = with pkgs; [
16-
python3
17-
poetry
16+
go
17+
gopls
1818
];
19-
20-
env = {
21-
# Put the venv on the repo, so direnv can access it
22-
POETRY_VIRTUALENVS_IN_PROJECT = "true";
23-
POETRY_VIRTUALENVS_PATH = "{project-dir}/.venv";
24-
25-
# Use python from path, so you can use a different version to the one bundled with poetry
26-
POETRY_VIRTUALENVS_PREFER_ACTIVE_PYTHON = "true";
27-
};
2819
};
2920
});
3021
};

0 commit comments

Comments
 (0)