Skip to content

Commit baf1e9a

Browse files
authored
Merge pull request #145 from GetPsyched/zed
programs/zed: remove unused import
2 parents 599ba1f + 51a5852 commit baf1e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/collection/programs/zed.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}: let
77
inherit (lib.attrsets) mapAttrs' nameValuePair;
88
inherit (lib.modules) mkIf;
9-
inherit (lib.options) literalExample mkOption mkEnableOption mkPackageOption;
9+
inherit (lib.options) mkOption mkEnableOption mkPackageOption;
1010
inherit (lib.types) attrsOf;
1111

1212
json = pkgs.formats.json {};

0 commit comments

Comments
 (0)