mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
2cd5ae60b1
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
10 lines
279 B
Nix
10 lines
279 B
Nix
{ ... }:
|
|
|
|
{
|
|
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-DEPRECATED.md for more details.";
|
|
}
|
|
];
|
|
}
|