about summary refs log tree commit diff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-06-02lib.derivations: fix comment typoYueh-Shun Li1-1/+1
2023-06-01Merge pull request #234070 from tweag/pathType-testsRobert Hensing4-103/+110
2023-06-01lib/tests: Also run with nixVersions.minimum and nixVersions.unstableSilvan Mosberger1-48/+58
2023-06-01lib/tests: Fix when run with Nix 2.3Silvan Mosberger2-10/+15
2023-06-01lib/tests/filesystem.sh: Check success and failure separatelySilvan Mosberger1-46/+37
2023-06-01lib.systems.doubles: add big-endian MIPS linux doublesAlyssa Ross2-5/+5
2023-06-01lib.systems: remove mipsisa(32|64)r6 triplesAlyssa Ross2-20/+10
2023-05-31lib.concatMapAttrs: Simplify stack traceRobert Hensing1-1/+5
2023-05-25lib.filesystem.pathType: Fix tests for Nix >= 2.14Silvan Mosberger1-2/+3
2023-05-23Merge pull request #224834 from tweag/pathType-and-coRobert Hensing5-22/+197
2023-05-2223.11 is Tapir 23.11-preRaito Bezarius1-1/+1
2023-05-22Merge pull request #233050 from NixOS/bsl-is-redistributableRyan Lahfa1-0/+1
2023-05-22lib/filesystem.nix: Update top commentSilvan Mosberger1-1/+3
2023-05-22lib.filesystem.pathType: Use new builtins.readFileType if availableSilvan Mosberger1-11/+15
2023-05-22lib.filesystem.pathType and co.: Improve documentationSilvan Mosberger1-3/+40
2023-05-22lib.filesystem.pathType: Improve error for non-existent pathsSilvan Mosberger2-1/+6
2023-05-22lib.filesystem.pathType: Fix for filesystem root argumentSilvan Mosberger2-1/+9
2023-05-22lib.filesystem: Minor refactorSilvan Mosberger1-4/+6
2023-05-22lib.filesystem.pathType and co.: Add testsSilvan Mosberger2-0/+91
2023-05-22Merge pull request #232808 from ncfavier/mkPackageOption-nullableRobert Hensing3-7/+38
2023-05-22lens: Change lens' listed license from MIT to their own proprietary license.Martin Wurm1-0/+6
2023-05-20lib/licenses: Business Source License 1.1 is redistributableRaito Bezarius1-0/+1
2023-05-20lib/tests: add mkPackageOption testsNaïm Favier2-0/+24
2023-05-19lib: fix typosfigsoda1-1/+1
2023-05-19lib/options: nullable mkPackageOptionNaïm Favier1-7/+14
2023-05-17lib.types.submoduleWith: Interoperate with older version of submoduleWithRobert Hensing1-3/+5
2023-05-15licenses: add CC-BY-NC-ND-4.0COLAMAroro1-0/+6
2023-05-15Merge pull request #210461 from benwbooth/jxplorerSandro1-0/+5
2023-05-12JXplorer: init at 3.3.1.2Ben Booth1-0/+5
2023-05-11Merge pull request #230523 from hercules-ci/fast-nixos-test-evalRobert Hensing1-0/+8
2023-05-10lib.types.pkgs: initRobert Hensing1-0/+8
2023-05-09lib.systems: remove (accidental?) rust/rustc aliasAlyssa Ross1-1/+1
2023-05-09Merge pull request #228013 from amjoseph-nixpkgs/pr/qemuArch/mipsAdam Joseph1-0/+1
2023-05-08Merge pull request #230353 from ncfavier/defaultText-onlyNaïm Favier1-3/+3
2023-05-07Merge master into staging-nextgithub-actions[bot]10-49/+261
2023-05-06lib.modules: configurationClass -> classRobert Hensing2-2/+2
2023-05-06lib.modules: in evalModules return move _module.class -> configurationClassRobert Hensing2-11/+2
2023-05-06lib.modules: Change class declaration in module to _classRobert Hensing4-10/+10
2023-05-06lib/tests/modules.sh: Add submodule + class testsRobert Hensing2-1/+49
2023-05-06lib/modules: Move class out of specialArgsRobert Hensing3-12/+30
2023-05-06lib/modules.nix: Deduplicate documentationRobert Hensing1-29/+2
2023-05-06lib/modules: Only interpret class declaration in non-shorthand modeRobert Hensing4-1/+19
2023-05-06lib/modules.nix: Refactor: extract applyModuleArgsRobert Hensing1-5/+6
2023-05-06lib/modules.nix: Refactor: evaluate applyModuleArgsIfFunction in attrs caseRobert Hensing1-1/+1
2023-05-06lib/modules.nix: Restore old collectModules interfaceRobert Hensing1-1/+1
2023-05-06lib/modules: Explain that a configuration can't be loaded as a moduleRobert Hensing2-2/+7
2023-05-06lib/modules: Improve error when a configuration is importedRobert Hensing3-0/+14
2023-05-06lib/modules: Check against importing things with a _typeRobert Hensing4-1/+20
2023-05-06lib/modules: Add class concept to check importsRobert Hensing5-4/+69
2023-05-06lib/modules.nix: Make some functions privateRobert Hensing1-11/+22