1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-16 16:09:40 +01:00
nixos-hardware/microsoft/surface/default.nix

13 lines
249 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 don't import microsoft/surface/ (default.nix) any longer; use microsoft/surface/old or see microsoft/surface/old/README.md for more details."
./old )
];
}