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
commit 536fe36e23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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