all repos — mycal @ b1bc3d8b1f3d6a0e83229d5afb573b2156be51ea

private calendar anonymiser

add pylsp to devshell

Alan Pearce
commit

b1bc3d8b1f3d6a0e83229d5afb573b2156be51ea

parent

1281881742ddf123291a880b6020fcdf2cadd201

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M flake.nixflake.nix
@@ -54,6 +54,7 @@ };
pkgs = import nixpkgs { inherit system; }; python = pkgs.python3; + pyPkgs = pkgs.python3Packages; # Extend generated overlay with build fixups #
@@ -99,6 +100,7 @@ uv
]) ++ [ python + pyPkgs.python-lsp-server ]; inputsFrom = [ self.packages.${system}.default ]; env =