OOP Assessment 2
This commit is contained in:
3
CS1527/assessment-2/shell.nix
Normal file
3
CS1527/assessment-2/shell.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
|
||||
packages = [(pkgs.python312.withPackages (p: with p; [ python-lsp-server pytest pytest-watch black ])) pkgs.nodePackages.pyright];
|
||||
}
|
||||
Reference in New Issue
Block a user