mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 16:49:40 +01:00
5bd0371d3f
- Previous attr-set style providing "amdgpu" and "nvidia" is broken by PR #1046 - Add deprecation assertion for lenovo-yoga-7-14ARH7
10 lines
280 B
Nix
10 lines
280 B
Nix
{ ... }:
|
|
|
|
{
|
|
assertions = [
|
|
{
|
|
assertion = false;
|
|
message = "Importing lenovo/yoga/7/14ARH7/ (default.nix) directly is deprecated! See https://github.com/NixOS/nixos-hardware/blob/master/lenovo/yoga/7/14ARH7/ATTR-SET-DEPRECATION.md for more details";
|
|
}
|
|
];
|
|
}
|