1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-12-23 10:09:44 +01:00
This commit is contained in:
mexisme 2023-01-11 02:06:33 +13:00
parent 63be2f9854
commit 30066d1886

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: { lib, ... }:
let let
inherit (lib) mkDefault mkEnableOption mkIf mkMerge; inherit (lib) mkDefault;
in { in {
imports = [ imports = [
../common ../common