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,8 +1,6 @@
{ config, lib, flake-parts-lib, self, getSystem, ... }:
{ lib, flake-parts-lib, getSystem, ... }:
let
inherit (lib)
genAttrs
mapAttrs
mkOption
types
;
@ -12,7 +10,7 @@ let
in
{
options = {
perSystem = mkPerSystemOption ({ config, options, system, specialArgs, ... }: {
perSystem = mkPerSystemOption ({ config, options, specialArgs, ... }: {
_file = ./perSystem.nix;
options = {
allModuleArgs = mkOption {