about summary refs log tree commit diff
path: root/pkgs/test/kernel.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-01-17tests.kernel-config: remove test that wasn't being runArtturin1-5/+0
it doesn't seem necessary anymore
2023-01-17tests.kernel-config: fixArtturin1-5/+4
error: The option `settings.NIXOS_TEST_BOOLEAN.tristate' has conflicting definition values: - In `structuredExtraConfig': "n" - In `structuredExtraConfig': "y" since https://github.com/NixOS/nixpkgs/pull/90065 yes does not silently win over no
2020-04-01kernel: fix config generationMatthieu Coudron1-32/+58
Addresses https://github.com/NixOS/nixpkgs/issues/71803: Kernel options are not merged as described, especially the "optional" aspects. The error silences legitimate warnings.
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-01-28linux: added tests for the configMatthieu Coudron1-0/+53