nixos-hardware/microsoft/surface/default.nix

11 lines
227 B
Nix
Raw Normal View History

{ ... }:
2022-12-04 22:01:37 -05:00
{
assertions = [
{
assertion = false;
message = "Importing microsoft/surface/ (default.nix) directly is deprecated! See microsoft/surface/OLD-BEHAVIOUR-DEPRECATED.md for more details.";
}
];
}