mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 16:49:40 +01:00
8 lines
261 B
Nix
8 lines
261 B
Nix
{
|
|
assertions = [
|
|
{
|
|
assertion = false;
|
|
message = "Importing the x13/ (default.nix) directly is deprecated! See https://github.com/NixOS/nixos-hardware/blob/master/lenovo/thinkpad/x13/OLD-BEHAVIOUR-DEPRECATED.md for more details.";
|
|
}
|
|
];
|
|
}
|