🧹 restructure layout

This commit is contained in:
Moritz Böhme 2022-07-15 13:11:54 +02:00
parent 40c2a5fb29
commit 268374ad58
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
115 changed files with 2641 additions and 2085 deletions

View file

@ -1,10 +1,9 @@
{ inputs }:
{ inputs }: final: prev: {
inherit (inputs.comma.packages."${prev.system}") comma;
final: prev: {
python-dev = import ./python.nix final prev;
nixpkgs-review = inputs.nixpkgs-review-checks.defaultPackage."${prev.system}";
nixpkgs-review-checks = inputs.nixpkgs-review-checks.defaultPackage."${prev.system}";
agenix = inputs.agenix.defaultPackage."${prev.system}";
comma = inputs.comma.packages."${prev.system}".comma;
master = import inputs.master {
inherit (prev) system;
config.allowUnfree = true;

View file

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