Add warning when importing microsoft/surface/ from now on
This commit is contained in:
parent
cca1f04705
commit
c52e0880de
|
@ -1,10 +1,12 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{ lib, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkDefault;
|
||||
inherit (lib) warn;
|
||||
|
||||
in {
|
||||
imports = [
|
||||
./old
|
||||
( 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."
|
||||
./old )
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue