Merge pull request #112050 from helsinki-systems/revert-111456-top-level

Revert "nixos/top-level: add specialisation.<name>.configuration type"
This commit is contained in:
ajs124
2021-02-05 18:12:51 +01:00
committed by GitHub

View File

@@ -173,7 +173,6 @@ in
};
options.configuration = mkOption {
type = types.attrsOf types.anything;
default = {};
description = "Arbitrary NixOS configuration options.";
};