We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df926a commit 00debcdCopy full SHA for 00debcd
hnix-store-remote/src/System/Nix/Store/Remote.hs
@@ -72,8 +72,8 @@ addToStore
72
=> StorePathName
73
-> FilePath
74
-> Bool
75
- -> (StorePath -> Bool)
76
- -> RepairFlag
+ -> (FilePath -> Bool)
+ -> RepairFlag -- this is only needed for local store
77
-> MonadStore StorePath
78
addToStore name pth recursive _pathFilter _repair = do
79
0 commit comments