Update warning message

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
mexisme 2023-01-10 22:03:38 +13:00 committed by GitHub
parent 5f5a93c535
commit c1580f8d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ let
in {
imports = [
( warn
"Please don't import microsoft/surface/ (default.nix) any longer; use microsoft/surface/old or see microsoft/surface/old/README.md for more details."
"Please do not import microsoft/surface/ (default.nix) directly; use microsoft/surface/old or see microsoft/surface/old/README.md for more details."
./old )
];
}