about summary refs log tree commit diff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-06-15Merge pull request #237512 from hercules-ci/lib-system-equalsArtturi3-7/+90
2023-06-15licenses: add BSD-3-Clause-Clearners1-0/+5
2023-06-13lib/tests/release.nix: Run systems tests on OfBorgRobert Hensing2-0/+5
2023-06-13lib.systems.equals: Ignore all function attributes reflectivelyRobert Hensing2-3/+3
2023-06-13lib.systems.{equals,toLosslessStringMaybe}: initRobert Hensing2-8/+86
2023-06-10Merge pull request #234894 from emilytrau/minimal-heirloomJohn Ericson1-0/+12
2023-06-06Merge pull request #235267 from tweag/lazier-findFirstRobert Hensing2-2/+72
2023-06-06lib.list.findFirst: Make lazierSilvan Mosberger2-2/+37
2023-06-06lib/tests: Add findFirst testsSilvan Mosberger1-0/+35
2023-06-05licenses: add Caldera and Info-ZipEmily Trau1-0/+12
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