Unverified Commit 536fe36e authored by ajs124's avatar ajs124 Committed by GitHub
Browse files

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

Revert "nixos/top-level: add specialisation.<name>.configuration type"
parents 493bbc96 56c42142
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -173,7 +173,6 @@ in
          };

          options.configuration = mkOption {
            type = types.attrsOf types.anything;
            default = {};
            description = "Arbitrary NixOS configuration options.";
          };