Skip to content

Commit

Permalink
core: fix Wildcard spec haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Dec 11, 2023
1 parent b754f3a commit fbc5599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnix-store-core/src/System/Nix/DerivedPath.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import qualified System.Nix.StorePath

data OutputsSpec =
OutputsSpec_All
-- ^ Wildcard spec (!*) meaning all outputs
-- ^ Wildcard spec (^*) meaning all outputs
| OutputsSpec_Names (Set OutputName)
-- ^ Set of specific outputs
deriving (Eq, Generic, Ord, Show)
Expand Down

0 comments on commit fbc5599

Please sign in to comment.