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

@ -10,9 +10,6 @@ let
inherit (flake-parts-lib)
mkPerSystemOption
;
inherit (builtins)
removeAttrs
;
mkDebugConfig = { config, options, extendModules }: config // {
inherit config;