remote: fix dumm(p)y path typo

This commit is contained in:
sorki 2023-12-03 12:14:55 +01:00
parent 11a9bfffd0
commit 638ac9ea80

View File

@ -159,7 +159,7 @@ withPath action = do
path <- addTextToStore "hnix-store" "test" mempty RepairMode_DontRepair
action path
-- | dummy path, adds <tmp>/dummpy with "Hello World" contents
-- | dummy path, adds <tmp>/dummy with "Hello World" contents
dummy :: MonadStore StorePath
dummy = do
let name = Data.Either.fromRight (error "impossible") $ makeStorePathName "dummy"