ee8fef4149
- Assertion (failure) when trying to use microsoft/surface/default.nix
11 lines
227 B
Nix
11 lines
227 B
Nix
{ ... }:
|
|
|
|
{
|
|
assertions = [
|
|
{
|
|
assertion = false;
|
|
message = "Importing microsoft/surface/ (default.nix) directly is deprecated! See microsoft/surface/OLD-BEHAVIOUR-DEPRECATED.md for more details.";
|
|
}
|
|
];
|
|
}
|