diff --git a/framework/default.nix b/framework/default.nix index b8c6c12..b00c481 100644 --- a/framework/default.nix +++ b/framework/default.nix @@ -2,7 +2,7 @@ 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."; + message = "Importing framework/ (default.nix) directly is deprecated! See https://github.com/NixOS/nixos-hardware/blob/master/framework/OLD-BEHAVIOUR-DEPRECATION.md for more details."; } ]; } diff --git a/microsoft/surface/default.nix b/microsoft/surface/default.nix index 1943157..25b33a0 100644 --- a/microsoft/surface/default.nix +++ b/microsoft/surface/default.nix @@ -4,7 +4,7 @@ assertions = [ { assertion = false; - 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."; + message = "Importing microsoft/surface/ (default.nix) directly is deprecated! See https://github.com/NixOS/nixos-hardware/blob/master/microsoft/surface/OLD-BEHAVIOUR-DEPRECATION.md for more details."; } ]; }