change basically everything

It's a good thing that I'm not collaborating with anyone on this
repository, because this is REALLY bad practice.
This commit is contained in:
Kiana Sheibani 2025-11-23 22:43:24 -05:00
parent a3b53b180c
commit afb4b62827
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
24 changed files with 68 additions and 187 deletions

View file

@ -1,3 +1,8 @@
{ python3 }:
{ mkShell
, python3
}:
python3.buildEnv.env
mkShell {
inputsFrom = [ python3.buildEnv.env ];
packages = [ python3.pkgs.python-lsp-server ];
}