repo: init
welcome 👋 to my world 🌍
This commit is contained in:
parent
531fc54f1f
commit
edcf6f758e
11 changed files with 134 additions and 2 deletions
8
templates/python/nix/shell.nix
Normal file
8
templates/python/nix/shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ mkShell, python-app, python312Packages }:
|
||||
mkShell {
|
||||
inputsFrom = [ python-app ];
|
||||
nativeBuildInputs = [
|
||||
python312Packages.ruff-lsp
|
||||
python312Packages.ruff
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue