nixos/modules/rename.nix: get rid of with lib

This commit is contained in:
Anderson Torres 2023-04-29 22:10:50 -03:00
parent 1be3d36336
commit 4c6a141720

View File

@ -1,7 +1,10 @@
{ lib, pkgs, ... }:
with lib;
let
inherit (lib)
mkAliasOptionModuleMD
mkRemovedOptionModule;
in
{
imports = [
/*