remove unused code

This commit is contained in:
figsoda 2023-05-29 13:52:03 -04:00
parent 006c75898c
commit 40ee120dcc
21 changed files with 24 additions and 67 deletions

View file

@ -1,10 +1,7 @@
{ config, lib, ... }:
{ lib, ... }:
let
inherit (lib)
filterAttrs
mapAttrs
mkOption
optionalAttrs
types
;
in