1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00

Use URL to docs, instead of short-form

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
mexisme 2023-01-11 10:48:24 +13:00 committed by GitHub
parent 8e6d03d349
commit 2cd5ae60b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
assertions = [ assertions = [
{ {
assertion = false; assertion = false;
message = "Importing microsoft/surface/ (default.nix) directly is deprecated! See microsoft/surface/OLD-BEHAVIOUR-DEPRECATED.md for more details."; message = "Importing microsoft/surface/ (default.nix) directly is deprecated! See https://github.com/NixOS/nixos-hardware/blob/master/microsoft/surface/OLD-BEHAVIOUR-DEPRECATED.md for more details.";
} }
]; ];
} }