There was an error while loading. Please reload this page.
1 parent 75339ee commit 5999515Copy full SHA for 5999515
1 file changed
sandwich-contexts/lib/Test/Sandwich/Contexts/Files.hs
@@ -230,7 +230,7 @@ introduceBinaryViaNixPackage :: forall a context m. (
230
-- This package will be evaluated using the configured Nixpkgs version of the 'NixContext'.
231
-- For example, you can use the "hello" binary from the "hello" package like this:
232
--
233
- -- introduceBinaryViaNixPackage' @"hello" "hello"
+ -- introduceBinaryViaNixPackage @"hello" "hello"
234
=> NixPackageName
235
-> SpecFree (LabelValue (AppendSymbol "file-" a) (EnvironmentFile a) :> context) m ()
236
-> SpecFree context m ()
0 commit comments