🚀 add python module

This commit is contained in:
Moritz Böhme 2022-08-31 12:01:07 +02:00
parent 63e3bee66c
commit 7660c4f6d8
6 changed files with 27 additions and 6 deletions

View file

@ -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 {

View file

@ -1,3 +0,0 @@
final: prev:
prev.python310.withPackages
(packages: with packages; [ black pyflakes isort nose pytest python-lsp-server ])