🚀 add python module
This commit is contained in:
parent
63e3bee66c
commit
7660c4f6d8
6 changed files with 27 additions and 6 deletions
|
|
@ -1,7 +1,5 @@
|
|||
{ inputs }: final: prev: {
|
||||
inherit (inputs.comma.packages."${prev.system}") comma;
|
||||
|
||||
python-dev = import ./python.nix final prev;
|
||||
nixpkgs-review-checks = inputs.nixpkgs-review-checks.defaultPackage."${prev.system}";
|
||||
agenix = inputs.agenix.defaultPackage."${prev.system}";
|
||||
master = import inputs.master {
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
final: prev:
|
||||
prev.python310.withPackages
|
||||
(packages: with packages; [ black pyflakes isort nose pytest python-lsp-server ])
|
||||
Loading…
Add table
Add a link
Reference in a new issue