2017-03-30 23:03:40 +03:00
|
|
|
/* Library of low-level helper functions for nix expressions.
|
|
|
|
*
|
|
|
|
* Please implement (mostly) exhaustive unit tests
|
2023-01-02 00:51:54 +03:00
|
|
|
* for new functions in `./tests.nix`.
|
2017-03-30 23:03:40 +03:00
|
|
|
*/
|
2016-09-15 02:21:42 +03:00
|
|
|
let
|
2006-09-25 14:07:59 +04:00
|
|
|
|
2020-11-11 05:36:19 +03:00
|
|
|
inherit (import ./fixed-points.nix { inherit lib; }) makeExtensible;
|
2017-07-29 03:05:35 +03:00
|
|
|
|
2018-04-06 19:51:10 +03:00
|
|
|
lib = makeExtensible (self: let
|
|
|
|
callLibs = file: import file { lib = self; };
|
2020-10-20 14:47:24 +03:00
|
|
|
in {
|
2017-07-29 03:05:35 +03:00
|
|
|
|
|
|
|
# often used, or depending on very little
|
|
|
|
trivial = callLibs ./trivial.nix;
|
|
|
|
fixedPoints = callLibs ./fixed-points.nix;
|
|
|
|
|
|
|
|
# datatypes
|
|
|
|
attrsets = callLibs ./attrsets.nix;
|
|
|
|
lists = callLibs ./lists.nix;
|
|
|
|
strings = callLibs ./strings.nix;
|
|
|
|
stringsWithDeps = callLibs ./strings-with-deps.nix;
|
|
|
|
|
|
|
|
# packaging
|
|
|
|
customisation = callLibs ./customisation.nix;
|
2022-06-25 14:53:02 +03:00
|
|
|
derivations = callLibs ./derivations.nix;
|
2018-03-04 06:09:35 +03:00
|
|
|
maintainers = import ../maintainers/maintainer-list.nix;
|
2019-10-28 00:44:24 +03:00
|
|
|
teams = callLibs ../maintainers/team-list.nix;
|
2017-07-29 03:05:35 +03:00
|
|
|
meta = callLibs ./meta.nix;
|
2018-03-03 07:26:32 +03:00
|
|
|
versions = callLibs ./versions.nix;
|
2017-07-29 03:05:35 +03:00
|
|
|
|
|
|
|
# module system
|
|
|
|
modules = callLibs ./modules.nix;
|
|
|
|
options = callLibs ./options.nix;
|
|
|
|
types = callLibs ./types.nix;
|
|
|
|
|
|
|
|
# constants
|
|
|
|
licenses = callLibs ./licenses.nix;
|
2022-02-20 22:23:12 +03:00
|
|
|
sourceTypes = callLibs ./source-types.nix;
|
2017-07-29 03:05:35 +03:00
|
|
|
systems = callLibs ./systems;
|
|
|
|
|
2020-01-23 01:22:23 +03:00
|
|
|
# serialization
|
|
|
|
cli = callLibs ./cli.nix;
|
2023-06-14 11:14:23 +03:00
|
|
|
gvariant = callLibs ./gvariant.nix;
|
2020-01-23 01:22:23 +03:00
|
|
|
generators = callLibs ./generators.nix;
|
|
|
|
|
2017-07-29 03:05:35 +03:00
|
|
|
# misc
|
2018-08-08 20:26:52 +03:00
|
|
|
asserts = callLibs ./asserts.nix;
|
2017-07-29 03:05:35 +03:00
|
|
|
debug = callLibs ./debug.nix;
|
|
|
|
misc = callLibs ./deprecated.nix;
|
2018-08-08 20:26:52 +03:00
|
|
|
|
2017-07-29 03:05:35 +03:00
|
|
|
# domain-specific
|
|
|
|
fetchers = callLibs ./fetchers.nix;
|
|
|
|
|
|
|
|
# Eval-time filesystem handling
|
2022-12-23 23:04:14 +03:00
|
|
|
path = callLibs ./path;
|
2017-07-29 03:05:35 +03:00
|
|
|
filesystem = callLibs ./filesystem.nix;
|
2023-08-17 01:55:32 +03:00
|
|
|
fileset = callLibs ./fileset;
|
2022-12-23 23:04:14 +03:00
|
|
|
sources = callLibs ./sources.nix;
|
2017-02-09 05:27:22 +03:00
|
|
|
|
|
|
|
# back-compat aliases
|
2020-10-20 14:47:24 +03:00
|
|
|
platforms = self.systems.doubles;
|
2017-07-29 03:05:35 +03:00
|
|
|
|
2019-09-18 11:34:02 +03:00
|
|
|
# linux kernel configuration
|
|
|
|
kernel = callLibs ./kernel.nix;
|
|
|
|
|
2018-05-11 18:12:15 +03:00
|
|
|
inherit (builtins) add addErrorContext attrNames concatLists
|
|
|
|
deepSeq elem elemAt filter genericClosure genList getAttr
|
2022-12-31 02:53:24 +03:00
|
|
|
hasAttr head isAttrs isBool isInt isList isPath isString length
|
2018-05-11 18:12:15 +03:00
|
|
|
lessThan listToAttrs pathExists readFile replaceStrings seq
|
2020-10-20 17:34:15 +03:00
|
|
|
stringLength sub substring tail trace;
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.trivial) id const pipe concat or and bitAnd bitOr bitXor
|
2020-10-20 16:24:59 +03:00
|
|
|
bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max
|
2022-03-27 17:48:33 +03:00
|
|
|
importJSON importTOML warn warnIf warnIfNot throwIf throwIfNot checkListOfEnum
|
2022-03-09 16:41:43 +03:00
|
|
|
info showWarnings nixpkgsVersion version isInOldestRelease
|
2022-03-22 01:06:01 +03:00
|
|
|
mod compare splitByAndCompare
|
|
|
|
functionArgs setFunctionArgs isFunction toFunction
|
2021-11-15 02:14:09 +03:00
|
|
|
toHexString toBaseDigits inPureEvalMode;
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.fixedPoints) fix fix' converge extends composeExtensions
|
2020-11-11 05:36:19 +03:00
|
|
|
composeManyExtensions makeExtensible makeExtensibleWithCustomName;
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath
|
2018-12-12 00:18:22 +03:00
|
|
|
getAttrFromPath attrVals attrValues getAttrs catAttrs filterAttrs
|
2023-02-28 13:04:19 +03:00
|
|
|
filterAttrsRecursive foldlAttrs foldAttrs collect nameValuePair mapAttrs
|
2022-11-16 20:20:38 +03:00
|
|
|
mapAttrs' mapAttrsToList concatMapAttrs mapAttrsRecursive mapAttrsRecursiveCond
|
2017-07-29 03:05:35 +03:00
|
|
|
genAttrs isDerivation toDerivation optionalAttrs
|
|
|
|
zipAttrsWithNames zipAttrsWith zipAttrs recursiveUpdateUntil
|
2021-12-02 20:12:51 +03:00
|
|
|
recursiveUpdate matchAttrs overrideExisting showAttrPath getOutput getBin
|
2020-05-11 12:08:29 +03:00
|
|
|
getLib getDev getMan chooseDevOutputs zipWithNames zip
|
2021-11-22 22:34:01 +03:00
|
|
|
recurseIntoAttrs dontRecurseIntoAttrs cartesianProductOfSets
|
|
|
|
updateManyAttrsByPath;
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.lists) singleton forEach foldr fold foldl foldl' imap0 imap1
|
2017-07-29 03:05:35 +03:00
|
|
|
concatMap flatten remove findSingle findFirst any all count
|
2022-12-17 23:57:17 +03:00
|
|
|
optional optionals toList range replicate partition zipListsWith zipLists
|
2018-05-11 18:12:15 +03:00
|
|
|
reverseList listDfs toposort sort naturalSort compareLists take
|
|
|
|
drop sublist last init crossLists unique intersectLists
|
2018-06-10 20:31:09 +03:00
|
|
|
subtractLists mutuallyExclusive groupBy groupBy';
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.strings) concatStrings concatMapStrings concatImapStrings
|
2017-07-29 03:05:35 +03:00
|
|
|
intersperse concatStringsSep concatMapStringsSep
|
2022-12-10 17:56:30 +03:00
|
|
|
concatImapStringsSep concatLines makeSearchPath makeSearchPathOutput
|
2018-12-15 06:50:31 +03:00
|
|
|
makeLibraryPath makeBinPath optionalString
|
2019-02-04 11:09:38 +03:00
|
|
|
hasInfix hasPrefix hasSuffix stringToCharacters stringAsChars escape
|
2022-12-31 03:47:28 +03:00
|
|
|
escapeShellArg escapeShellArgs
|
|
|
|
isStorePath isStringLike
|
|
|
|
isValidPosixName toShellVar toShellVars
|
2023-03-02 23:41:51 +03:00
|
|
|
escapeRegex escapeURL escapeXML replaceChars lowerChars
|
2018-05-11 18:12:15 +03:00
|
|
|
upperChars toLower toUpper addContextFrom splitString
|
2019-11-24 19:19:32 +03:00
|
|
|
removePrefix removeSuffix versionOlder versionAtLeast
|
|
|
|
getName getVersion
|
2023-09-21 02:41:57 +03:00
|
|
|
cmakeOptionType cmakeBool cmakeFeature
|
2022-11-21 03:37:31 +03:00
|
|
|
mesonOption mesonBool mesonEnable
|
2018-05-11 18:12:15 +03:00
|
|
|
nameFromURL enableFeature enableFeatureAs withFeature
|
2022-12-31 03:47:28 +03:00
|
|
|
withFeatureAs fixedWidthString fixedWidthNumber
|
2022-07-09 02:37:45 +03:00
|
|
|
toInt toIntBase10 readPathsFromFile fileContents;
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.stringsWithDeps) textClosureList textClosureMap
|
2017-07-29 03:05:35 +03:00
|
|
|
noDepEntry fullDepEntry packEntry stringAfter;
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.customisation) overrideDerivation makeOverridable
|
2018-05-11 18:12:15 +03:00
|
|
|
callPackageWith callPackagesWith extendDerivation hydraJob
|
2023-08-14 02:47:59 +03:00
|
|
|
makeScope makeScopeWithSplicing makeScopeWithSplicing';
|
2022-06-25 14:53:02 +03:00
|
|
|
inherit (self.derivations) lazyDerivation;
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.meta) addMetaAttrs dontDistribute setName updateName
|
2018-11-18 11:26:13 +03:00
|
|
|
appendToName mapDerivationAttrset setPrio lowPrio lowPrioSet hiPrio
|
2023-08-13 13:27:41 +03:00
|
|
|
hiPrioSet getLicenseFromSpdxId getExe getExe';
|
2023-04-05 17:10:09 +03:00
|
|
|
inherit (self.filesystem) pathType pathIsDirectory pathIsRegularFile;
|
|
|
|
inherit (self.sources) cleanSourceFilter
|
2017-07-29 03:05:35 +03:00
|
|
|
cleanSource sourceByRegex sourceFilesBySuffices
|
2018-05-11 18:12:15 +03:00
|
|
|
commitIdFromGitRepo cleanSourceWith pathHasContext
|
2023-04-05 17:10:09 +03:00
|
|
|
canCleanSource pathIsGitRepo;
|
2021-12-17 17:17:49 +03:00
|
|
|
inherit (self.modules) evalModules setDefaultModuleLocation
|
2022-03-22 00:54:07 +03:00
|
|
|
unifyModuleSyntax applyModuleArgsIfFunction mergeModules
|
2017-07-29 03:05:35 +03:00
|
|
|
mergeModules' mergeOptionDecls evalOptionValue mergeDefinitions
|
|
|
|
pushDownProperties dischargeProperties filterOverrides
|
|
|
|
sortProperties fixupOptionType mkIf mkAssert mkMerge mkOverride
|
2021-08-18 15:20:41 +03:00
|
|
|
mkOptionDefault mkDefault mkImageMediaOverride mkForce mkVMOverride
|
2021-07-12 08:23:45 +03:00
|
|
|
mkFixStrictness mkOrder mkBefore mkAfter mkAliasDefinitions
|
2017-07-29 03:05:35 +03:00
|
|
|
mkAliasAndWrapDefinitions fixMergeModules mkRemovedOptionModule
|
2022-03-09 16:41:43 +03:00
|
|
|
mkRenamedOptionModule mkRenamedOptionModuleWith
|
|
|
|
mkMergedOptionModule mkChangedOptionModule
|
2022-12-30 22:43:53 +03:00
|
|
|
mkAliasOptionModule mkDerivedConfig doRename
|
|
|
|
mkAliasOptionModuleMD;
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.options) isOption mkEnableOption mkSinkUndeclaredOptions
|
2022-01-24 03:07:32 +03:00
|
|
|
mergeDefaultOption mergeOneOption mergeEqualOption mergeUniqueOption
|
|
|
|
getValues getFiles
|
|
|
|
optionAttrSetToDocList optionAttrSetToDocList'
|
2023-06-11 20:51:46 +03:00
|
|
|
scrubOptionValue literalExpression literalExample
|
2022-06-15 14:11:22 +03:00
|
|
|
showOption showOptionWithDefLocs showFiles
|
2022-12-30 23:04:52 +03:00
|
|
|
unknownModule mkOption mkPackageOption mkPackageOptionMD
|
2022-06-03 22:47:57 +03:00
|
|
|
mdDoc literalMD;
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.types) isType setType defaultTypeMerge defaultFunctor
|
2017-07-29 03:05:35 +03:00
|
|
|
isOptionType mkOptionType;
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.asserts)
|
2018-08-08 20:26:52 +03:00
|
|
|
assertMsg assertOneOf;
|
2023-02-24 18:28:06 +03:00
|
|
|
inherit (self.debug) traceIf traceVal traceValFn
|
|
|
|
traceSeq traceSeqN traceValSeq
|
|
|
|
traceValSeqFn traceValSeqN traceValSeqNFn traceFnSeqN
|
|
|
|
runTests testAllTrue;
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.misc) maybeEnv defaultMergeArg defaultMerge foldArgs
|
2017-07-29 03:05:35 +03:00
|
|
|
maybeAttrNullable maybeAttr ifEnable checkFlag getValue
|
|
|
|
checkReqs uniqList uniqListExt condConcat lazyGenericClosure
|
|
|
|
innerModifySumArgs modifySumArgs innerClosePropagation
|
|
|
|
closePropagation mapAttrsFlatten nvs setAttr setAttrMerge
|
|
|
|
mergeAttrsWithFunc mergeAttrsConcatenateValues
|
|
|
|
mergeAttrsNoOverride mergeAttrByFunc mergeAttrsByFuncDefaults
|
2018-07-26 13:05:40 +03:00
|
|
|
mergeAttrsByFuncDefaultsClean mergeAttrBy
|
2020-05-12 01:04:41 +03:00
|
|
|
fakeHash fakeSha256 fakeSha512
|
2018-07-26 13:05:40 +03:00
|
|
|
nixType imap;
|
2020-10-20 14:47:24 +03:00
|
|
|
inherit (self.versions)
|
2019-09-24 11:47:34 +03:00
|
|
|
splitVersion;
|
2018-04-06 19:51:10 +03:00
|
|
|
});
|
2017-07-29 03:05:35 +03:00
|
|
|
in lib
|