We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 599ba1f + 51a5852 commit baf1e9aCopy full SHA for baf1e9a
modules/collection/programs/zed.nix
@@ -6,7 +6,7 @@
6
}: let
7
inherit (lib.attrsets) mapAttrs' nameValuePair;
8
inherit (lib.modules) mkIf;
9
- inherit (lib.options) literalExample mkOption mkEnableOption mkPackageOption;
+ inherit (lib.options) mkOption mkEnableOption mkPackageOption;
10
inherit (lib.types) attrsOf;
11
12
json = pkgs.formats.json {};
0 commit comments