Skip to content

Commit

Permalink
add missing inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Oct 8, 2023
1 parent 78c3cb8 commit 0a2aee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/output.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib, config, util, ... }:
let
inherit (lib) optionalAttrs mkOption;
inherit (lib) optionalAttrs mkOption mdDoc;
inherit (util) app;

tags = import ../lib/tags.nix { inherit config; };
Expand Down

0 comments on commit 0a2aee6

Please sign in to comment.