Skip to content

Commit 5999515

Browse files
committed
sandwich-contexts: fix typo in introduceBinaryViaNixPackage
1 parent 75339ee commit 5999515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sandwich-contexts/lib/Test/Sandwich/Contexts

sandwich-contexts/lib/Test/Sandwich/Contexts/Files.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ introduceBinaryViaNixPackage :: forall a context m. (
230230
-- This package will be evaluated using the configured Nixpkgs version of the 'NixContext'.
231231
-- For example, you can use the "hello" binary from the "hello" package like this:
232232
--
233-
-- introduceBinaryViaNixPackage' @"hello" "hello"
233+
-- introduceBinaryViaNixPackage @"hello" "hello"
234234
=> NixPackageName
235235
-> SpecFree (LabelValue (AppendSymbol "file-" a) (EnvironmentFile a) :> context) m ()
236236
-> SpecFree context m ()

0 commit comments

Comments
 (0)