restructure everything
This commit is contained in:
parent
afb4b62827
commit
17af2afb46
11 changed files with 87 additions and 76 deletions
8
python/pyproject/nixpkgs/cli/shell.nix
Normal file
8
python/pyproject/nixpkgs/cli/shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ mkShell
|
||||
, python3
|
||||
}:
|
||||
|
||||
mkShell {
|
||||
inputsFrom = [ python3.buildEnv.env ];
|
||||
packages = [ python3.pkgs.python-lsp-server ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue