Skip to content

Passthrough nixos module options

Alex requested to merge ae@passthrough-options into develop

Forward compatibility with nixpkgs - see also https://github.com/NixOS/nixpkgs/pull/95743

While testing some stuff with a bumped tests/auto/nixpkgs I ran into

$ nix-build release.nix -A testDriver
trace: warning: Linting is disabled!
error: anonymous function at /nix/store/x0xgdqc60xy168za535fgkcl1pj3jyyk-source/nixos/modules/testing/test-instrumentation.nix:4:1 called without required argument 'options', at /home/alexfmpe/repos/basalt/test/auto/configuration.nix:5:28
(use '--show-trace' to show detailed location information)
Edited by Alex

Merge request reports