about summary refs log tree commit diff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-12-02Merge pull request #105294 from Ericson2314/platform-config-improvementsJohn Ericson3-19/+23
2020-12-01Merge pull request #105432 from tadfisher/remarkable-2-crossJohn Ericson2-0/+20
2020-12-01licenses: Add Academic Free License version 2.0makefu1-0/+5
2020-11-30lib/modules: _module.check should always be internalSilvan Mosberger1-8/+9
2020-11-30lib/modules: Remove _module.checks.*.triggerPath as it's not necessarySilvan Mosberger6-164/+27
2020-11-30lib/modules: Rename _module.assertions to _module.checksSilvan Mosberger14-50/+56
2020-11-30lib/tests: Add tests for module-builtin assertionsSilvan Mosberger13-0/+197
2020-11-30lib/tests: Implement generalized checkConfigCodeOutErr for module testsSilvan Mosberger1-21/+34
2020-11-30nixos/modules: Expose the internal module in the top-level documentationSilvan Mosberger2-6/+11
2020-11-30nixos/modules: Allow options to be coerced to a string for convenienceSilvan Mosberger1-0/+2
2020-11-30lib/modules: Use module-builtin assertions for mkRemovedOptionModule and co.Silvan Mosberger1-14/+24
2020-11-30nixos/assertions: Use module-builtin assertion implementationSilvan Mosberger1-6/+6
2020-11-30lib/modules: Implement module-builtin assertionsSilvan Mosberger1-1/+152
2020-11-30lib/options: Don't show internal suboption in the manualSilvan Mosberger1-1/+1
2020-11-30Merge pull request #99115 from Infinisil/toString-module-filesSilvan Mosberger1-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-26Merge pull request #103884 from djanatyn/pkg/xlifeSandro1-0/+5
2020-11-24Merge pull request #102503 from siraben/remarkable-initJohn Ericson2-0/+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-22platforms.nix: Remove now unused kernelMajorSamuel Dionne-Riel1-8/+0
2020-11-19lib: Create `makeScopeWithSplicing`John Ericson2-1/+28
2020-11-17lib.licenses: add Parity-7.0.0 licenseFabián Heredia Montiel1-0/+6
2020-11-16Merge master into staging-nextFrederik Rietdijk8-19/+64
2020-11-15licenses: add HPND-sell-variantJonathan Strickland1-0/+5
2020-11-14Merge pull request #102766 from siraben/mmixJohn Ericson5-16/+32
2020-11-13lib: Add composeManyExtensionsJoe Hermaszewski3-3/+32
2020-11-11Merge staging-next into stagingFrederik Rietdijk1-2/+6
2020-11-11Merge pull request #44928 from vcunat/p/configure-assertEelco Dolstra1-2/+6
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-26Merge pull request #101139 from roberth/lib-use-static-scope-checkingRobert Hensing9-86/+265
2020-10-25Merge pull request #101409 from rycee/dbus-warningGabriel Ebner1-1/+1
2020-10-25Merge pull request #100456 from maralorn/boolToStringAndreas Rammhold1-1/+1
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-20Merge pull request #100953 from AtnNn/splitStringsSilvan Mosberger2-21/+28
2020-10-19lib: Add readTree function to filesystemFarid Zakaria1-0/+12