mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
10 lines
280 B
Nix
10 lines
280 B
Nix
{ ... }:
|
|
|
|
{
|
|
assertions = [
|
|
{
|
|
assertion = false;
|
|
message = "Importing asus/zephyrus/ga402x/ (default.nix) directly is deprecated! See https://github.com/NixOS/nixos-hardware/blob/master/asus/zephyrus/ga402x/ATTR-SET-DEPRECATION.md for more details";
|
|
}
|
|
];
|
|
}
|