13d6cbde4d
- Previous attr-set style providing "amdgpu" and "nvidia" is broken by PR #1046 - Add deprecation assertion for asus-zephyrus-ga402x
11 lines
182 B
Nix
11 lines
182 B
Nix
{ ... }:
|
|
|
|
{
|
|
assertions = [
|
|
{
|
|
assertion = false;
|
|
message = "Importing asus/zephyrus/ga402x/ (default.nix) directly is deprecated! #TODO: More details";
|
|
}
|
|
];
|
|
}
|