This commit is contained in:
mexisme 2023-01-11 02:06:33 +13:00
parent 63be2f9854
commit 30066d1886
1 changed files with 2 additions and 2 deletions

View File

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