Use flake-parts packages
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
devShells.default = pkgs.mkShell {
|
||||
inputsFrom = [ self'.packages.default ];
|
||||
|
||||
packages = [
|
||||
pkgs.ruff # Linter/Formatter
|
||||
pkgs.pyright # Type checker (replaced 'ty')
|
||||
packages = with pkgs; [
|
||||
ruff # Linter/Formatter
|
||||
ty # Type checker
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
||||
Reference in New Issue
Block a user