1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-10-01 02:27:23 +02:00
nixos-hardware/microsoft/surface/default.nix

13 lines
255 B
Nix
Raw Normal View History

{ lib, ... }:
2022-12-05 04:01:37 +01:00
let
inherit (lib) warn;
2022-12-05 04:01:37 +01:00
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."
2023-01-10 10:32:40 +01:00
./deprecated )
];
}