about summary refs log tree commit diff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-14lib/modules: Add syntactic sugar for config._module.freeformTypeSilvan Mosberger3-8/+12
2020-08-10lib/modules: Fix freeform modules when there's no definitionsSilvan Mosberger2-1/+4
2020-08-05gcc.arch: refactor, move tables under lib/volth2-0/+77
2020-08-04Merge branch 'staging-next' into stagingVladimír Čunát3-2/+25
2020-08-04Define a i686-genode system doubleEmery Hemingway2-3/+3
2020-08-03licenses: add bsdProtectionRobert Scott1-0/+5
2020-08-03lib/tests: Add tests for freeform modulesSilvan Mosberger7-0/+62
2020-08-03lib/types: Make submodules use the freeform type descriptionSilvan Mosberger1-0/+6
2020-08-03lib/modules: Implement freeform modulesSilvan Mosberger1-2/+38
2020-08-03lib/modules: Internally collect all unmatched definitionsSilvan Mosberger1-34/+57
2020-08-03lib/modules: Scope module evaluation variables more tightlySilvan Mosberger1-28/+31
2020-08-02Merge pull request #75584 from Infinisil/settings-formatsRobert Hensing2-2/+20
2020-07-31lib/*: editorconfig fixeszowoq1-1/+1
2020-07-29lib/generators: Extend mkValueStringDefault with float supportSilvan Mosberger1-2/+4
2020-07-25lib/strings: Add floatToStringSilvan Mosberger1-0/+16