Remove .envrc, shell.nix

This commit is contained in:
Jeffrey Serio 2024-11-29 18:38:40 -06:00
parent fe46295b62
commit 31eb57a124
2 changed files with 0 additions and 13 deletions

1
.envrc
View File

@ -1 +0,0 @@
use nix

View File

@ -1,12 +0,0 @@
with import <nixpkgs> { };
pkgs.mkShellNoCC {
packages = with pkgs; [
python312Packages.black
python312Packages.beautifulsoup4
python312Packages.docopt
python312Packages.isort
python312Packages.rich
pyright
];
}