non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-15 20:11:24 +01:00
parent 94c61651f4
commit 6c0f9bb7d0
13 changed files with 35 additions and 111 deletions

View file

@ -25,7 +25,10 @@
devShells."${system}" = {
default = pkgs.mkShell {
packages = [pythonEnv];
packages = [
pythonEnv
pkgs.pyright
];
};
};
};