nixos-hardware/microsoft/surface/default.nix

11 lines
280 B
Nix
Raw Normal View History

{ ... }:
2022-12-05 04:01:37 +01:00
{
assertions = [
{
assertion = false;
message = "Importing microsoft/surface/ (default.nix) directly is deprecated! See https://github.com/NixOS/nixos-hardware/blob/master/microsoft/surface/OLD-BEHAVIOUR-DEPRECATION.md for more details.";
}
];
}