nixos-hardware/lenovo/thinkpad/x13/default.nix

9 lines
261 B
Nix
Raw Normal View History

2024-03-03 13:27:47 -05:00
{
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.";
}
2021-05-01 02:14:51 -04:00
];
}