Merge pull request #112050 from helsinki-systems/revert-111456-top-level
Revert "nixos/top-level: add specialisation.<name>.configuration type"
ajs124 4 years ago 536fe36e 493bbc96
··· 173 173 }; 174 174 175 175 options.configuration = mkOption { 176 176 - type = types.attrsOf types.anything; 177 176 default = {}; 178 177 description = "Arbitrary NixOS configuration options."; 179 178 };