aboutsummaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-05lib/string: drop redundant string in description of toInt.Alex Brandt1-1/+1
2020-12-04lib/strings: fix typo in exampleAlex Brandt1-2/+2
2020-12-03lib/strings: fix examples for enableFeatureAsAlex Brandt1-2/+2
2020-11-29Cross-compiling configuration for reMarkable 2 tabletTad Fisher2-0/+20
2020-11-29lib/systems/exmaple: `riscv-multiplatform` no longer needs parameterJohn Ericson2-4/+4
2020-11-29lib, binutils: Move Risc-V bfdEmulation to be by the othersJohn Ericson1-1/+0
2020-11-29lib.systems.platforms: Make selection more flexibleJohn Ericson2-14/+19
2020-11-24lib.lists.unique: Switch from recursive function to using a foldadisbladis1-7/+1
2020-11-23Initial implementation of remarkable1 cross-compileBen Siraphob2-0/+19
2020-11-19lib: Create `makeScopeWithSplicing`John Ericson2-1/+28
2020-11-15licenses: add HPND-sell-variantJonathan Strickland1-0/+5
2020-11-13lib: Add composeManyExtensionsJoe Hermaszewski3-3/+32
2020-11-09Initial support for OpenRISC 1000 (or1k)Samuel Dionne-Riel4-0/+11
2020-11-09Initial implementation of mmix cross-compileBen Siraphob5-16/+32
2020-10-30lib/sources.nix: fix incorrect inheritV1-1/+1
2020-10-26lib/types.nix: fix missing inheritKeshav Kini1-0/+3
2020-10-24docs: update documentation of `mkRemovedOptionModule`Robert Helgesson1-1/+1
2020-10-22lib/sources.nix: Prefer lib for readFile inheritRobert Hensing1-1/+1
2020-10-22lib: Add lib.trace for consistencyRobert Hensing1-1/+1
2020-10-22lib/modules: Simplify inheritsRobert Hensing1-34/+32
2020-10-22lib: Add lib.isFloat for consistencyRobert Hensing1-1/+1
2020-10-22lib/options.nix: Use merge-friendly inherit syntaxRobert Hensing1-5/+30
2020-10-22lib: Use Nix's static scope checking, fix error message, optimizeRobert Hensing9-82/+238
2020-10-22lib/types.nix: Use // instead of mergeAttrsRobert Hensing1-1/+1
2020-10-22lib/options.nix: Use head instead of elemAt _ 0Robert Hensing1-1/+1
2020-10-19lib: Add readTree function to filesystemFarid Zakaria1-0/+12
2020-10-18lib.splitString: use builtin.splitEtienne Laurin2-21/+28
2020-10-14treewide: De-inline uses of lib.boolToStringMalte Brandy1-1/+1
2020-10-03lib/types: Fix type description of bool enum valuesSilvan Mosberger1-0/+1
2020-09-29lib/modules: Make sure to not import module _file's into the storeSilvan Mosberger1-2/+2
2020-09-21lib/tests: Update for error message changesSilvan Mosberger1-12/+12
2020-09-21lib/tests: Allow grepping for newlines in error messagesSilvan Mosberger1-1/+1
2020-09-21lib/modules: Evaluate single defs for readOnly errorSilvan Mosberger1-1/+7
2020-09-21lib/modules: Improve error messages using showDefsSilvan Mosberger2-10/+10
2020-09-21lib/options: Introduce showDefsSilvan Mosberger1-0/+18
2020-09-21lib/types: Remove unreachable if branchSilvan Mosberger1-10/+8
2020-09-20platforms: add bigEndian and littleEndianFrancesco Gazzetta1-25/+28
2020-09-17lib/generators.toPretty: functors should print as functionsSilvan Mosberger1-7/+7
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-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