mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-17 14:31:15 +01:00
Add assertion for default framework import
This commit is contained in:
parent
de0c9310d3
commit
87d3381c78
2 changed files with 39 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
# Per original module layout, default framework export was the 11th gen Intel
|
||||
# of the Framework 13 Laptop
|
||||
imports = [
|
||||
./13-inch/11th-gen-intel
|
||||
assertions = [
|
||||
{
|
||||
assertion = false;
|
||||
message = "Importing framework/ (default.nix) directly is deprecated! See https://github.com/NixOS/nixos-hardware/blob/master/framework/OLD-BEHAVIOUR-DEPRECATED.md for more details.";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue