mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-16 07:59:41 +01:00
12 lines
255 B
Nix
12 lines
255 B
Nix
{ lib, ... }:
|
|
|
|
let
|
|
inherit (lib) warn;
|
|
|
|
in {
|
|
imports = [
|
|
( warn
|
|
"Please do not import microsoft/surface/ (default.nix) directly; use microsoft/surface/old or see microsoft/surface/old/README.md for more details."
|
|
./deprecated )
|
|
];
|
|
}
|