nixos-hardware/microsoft/surface/default.nix

11 lines
89 B
Nix

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