🧹 restructure layout
This commit is contained in:
parent
40c2a5fb29
commit
268374ad58
115 changed files with 2641 additions and 2085 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 ])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue