1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/microsoft/surface/default.nix

11 lines
89 B
Nix

{ lib, pkgs, ... }:
let
inherit (lib) mkDefault;
in {
imports = [
./old
];
}