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,4 +1,4 @@
toplevel@{ config, lib, flake-parts-lib, getSystemIgnoreWarning, ... }:
toplevel@{ lib, flake-parts-lib, getSystemIgnoreWarning, ... }:
let
inherit (flake-parts-lib)
mkPerSystemOption;
@ -37,7 +37,7 @@ in
};
};
config = {
_module.args.final = lib.mkDefault (pkgs.extend (toplevel.config.flake.overlays.default));
_module.args.final = lib.mkDefault (pkgs.extend toplevel.config.flake.overlays.default);
};
});
};

View file

@ -1,10 +1,8 @@
{ config, self, lib, flake-parts-lib, ... }:
{ self, lib, flake-parts-lib, ... }:
let
inherit (lib)
filterAttrs
mapAttrs
mkOption
optionalAttrs
types
;
inherit (flake-parts-lib)