nixfmt changes

This commit is contained in:
Gerg-L 2024-03-23 15:51:46 -04:00
parent 6fea20f57e
commit 4e6b444829
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -103,15 +103,16 @@ rec {
}) names
);
/* /<name> -> packages named by directory
/<name>/call.nix -> callPackage override imported via import <file> pkgs
call.nix example
pkgs: {
inherit (pkgs.python3Packages) callPackage;
args = {};
}
/*
/<name> -> packages named by directory
/<name>/call.nix -> callPackage override imported via import <file> pkgs
call.nix example
pkgs: {
inherit (pkgs.python3Packages) callPackage;
args = {};
}
/<name>/package.nix -> the package itself
/<name>/package.nix -> the package itself
*/
mkPackages =
path: pkgs: