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 }) names
); );
/* /<name> -> packages named by directory /*
/<name>/call.nix -> callPackage override imported via import <file> pkgs /<name> -> packages named by directory
call.nix example /<name>/call.nix -> callPackage override imported via import <file> pkgs
pkgs: { call.nix example
inherit (pkgs.python3Packages) callPackage; pkgs: {
args = {}; inherit (pkgs.python3Packages) callPackage;
} args = {};
}
/<name>/package.nix -> the package itself /<name>/package.nix -> the package itself
*/ */
mkPackages = mkPackages =
path: pkgs: path: pkgs: