Skip to content

Commit

Permalink
fix(modules): pass version to mkOptionDoc correctly (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Apr 29, 2024
1 parent 0ebf33f commit f46dffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
packages = forAllSystems (pkgs:
let
version = self.shortRev or self.dirtyShortRev or "unknown";
mkOptionDoc = args: (pkgs.callPackage ./option-doc.nix { }) args // { inherit version; };
mkOptionDoc = args: (pkgs.callPackage ./option-doc.nix { }) (args // { inherit version; });
in
{
nixos-doc = mkOptionDoc {
Expand Down

0 comments on commit f46dffa

Please sign in to comment.