all repos — mycal @ c92564248d0ab1d3a60b1514cfc45afacdb9fa78

private calendar anonymiser

remove pythonSet from flake outputs

Alin
commit

c92564248d0ab1d3a60b1514cfc45afacdb9fa78

parent

b1bc3d8b1f3d6a0e83229d5afb573b2156be51ea

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M flake.nixflake.nix
@@ -89,7 +89,7 @@ in
{ packages = { default = pythonSet.mkVirtualEnv "mycal" workspace.deps.default; - inherit python pythonSet; + inherit python; }; devShells = {