initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
pyright
|
||||
black
|
||||
python3Packages.flake8
|
||||
# add project-specific packages below
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user