about summary refs log tree commit diff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-09-17lib/generators.toPretty: Print [] and {} compactlySilvan Mosberger2-2/+9
2020-09-17lib/generators.toPretty: Switch away from δ and λSilvan Mosberger2-12/+13
2020-09-17lib/generators.toPretty: Improved string printing, handling newlinesSilvan Mosberger2-1/+40
2020-09-17lib/generators.toPretty: Implement multiline printingSilvan Mosberger2-11/+40
2020-09-17lib/generators.toPretty: Wrap in a go functionSilvan Mosberger1-3/+4
2020-09-17lib/generators.toPretty: Only quote attribute names if necessarySilvan Mosberger2-2/+2
2020-09-15lib/tests: Add tests for types.anythingSilvan Mosberger7-0/+166
2020-09-15lib/types: Introduce types.anythingSilvan Mosberger1-0/+36
2020-09-15lib/options: Fix mergeEqualOption for singular functionsSilvan Mosberger1-0/+4
2020-09-13Merge branch 'staging-next' into stagingVladimír Čunát1-0/+6
2020-09-12lib.licenses: add Prosperity-3.0.0 license (#97832)Geoffrey Huntley1-0/+6
2020-09-12lib: allow to import JSON and TOML fileszimbatm1-0/+17
2020-09-12lib: add importTOMLzimbatm2-1/+7
2020-09-12Merge staging-next into stagingFrederik Rietdijk7-26/+57
2020-09-10Merge branch 'staging' into ios-13Matthew Bauer25-185/+447
2020-09-10Merge pull request #97587 from arcnmx/arch-fixMatthew Bauer1-1/+1
2020-09-09Fix arch eval error introduced in #61019arcnmx1-1/+1
2020-09-09jasper: remove, abandoned upstream.David Anderson1-5/+0
2020-09-08Merge pull request #97387 from Ericson2314/fix-android-prebuiltJohn Ericson1-2/+2
2020-09-08lib.systems.examples: Bump android SDK to 21John Ericson1-2/+2
2020-09-0721.03 is OkapiJonathan Ringer1-1/+1
2020-09-07Merge pull request #97114 from Infinisil/type-deprecationSilvan Mosberger2-16/+21
2020-09-07Merge pull request #97042 from Infinisil/freeform-option-docsSilvan Mosberger2-1/+32
2020-09-07lib/types: Set deprecationMessage for types.optionSetSilvan Mosberger1-1/+2
2020-09-07lib/types: Set deprecationMessage for types.loaOfSilvan Mosberger1-8/+6
2020-09-07lib/types: Set deprecationMessage for types.stringSilvan Mosberger1-2/+4
2020-09-07lib/types: Remove types.list, it's been deprecated long enoughSilvan Mosberger1-3/+0
2020-09-07lib/types: Allow types to emit a deprecation warningSilvan Mosberger2-2/+9
2020-09-04lib/tests: Add test for freeform option docsSilvan Mosberger1-0/+26
2020-09-03lib/types: Show sub options of freeform typesSilvan Mosberger1-1/+6
2020-09-03lib/strings: deprecate readPathsFromFileV1-8/+9
2020-09-02Merge pull request #96042 from rnhmjoj/loaOfWORLDofPEACE2-107/+11
2020-09-01Merge pull request #61019 from volth/gcc.arch-amdJohn Ericson2-0/+79
2020-09-02treewide: completely remove types.loaOfrnhmjoj2-107/+11
2020-09-01Update architectures.nixvolth1-1/+2
2020-08-31Merge pull request #96223 from KAction/staticJohn Ericson1-0/+1
2020-08-31pythonPackages.databricks-connect: init at 7.1.0kfollesdal1-1/+1
2020-08-31licenses: add databrickskfollesdal1-0/+6
2020-08-28Merge pull request #95309 from obsidiansystems/mobile-fixesMatthew Bauer1-2/+2
2020-08-27Distinguish pkgsStatic from pkgsMusl via stdenv.targetPlatformDmitry Bogatov1-0/+1
2020-08-24Don't set $NIX_DB_DIREelco Dolstra1-1/+0
2020-08-22Update architectures.nixvolth1-12/+13
2020-08-22Update architectures.nixvolth1-7/+7
2020-08-22Update architectures.nixvolth1-6/+6
2020-08-18lib/modules: improve error-message for undeclared options if prefix contains ...Maximilian Bosch1-2/+13
2020-08-18Merge pull request #95718 from Infinisil/fixup-nonexistant-option-errorMaximilian Bosch1-2/+2
2020-08-17android: update sdk, ndk to 29, 21Matthew Bauer1-2/+2
2020-08-18lib/modules: Fix nonexistant option errorSilvan Mosberger1-2/+2
2020-08-17licenses: add BlueOak-1.0.0Daniël de Kok1-0/+5
2020-08-15Merge pull request #82743 from Infinisil/partially-typed-v2Robert Hensing9-43/+180