Add go-task to buildInputs in flake.nix

This commit is contained in:
2025-12-28 23:02:01 -06:00
parent 62c280daf2
commit 6b8ce85ea2

View File

@@ -22,6 +22,7 @@
buildInputs = with pkgs; [
python
poetry
go-task
pythonPackages.build
pythonPackages.pip
pythonPackages.setuptools