Skip to content

Commit 00debcd

Browse files
committed
fixup! fixup! simple store path root, remote store rework
1 parent 9df926a commit 00debcd

File tree

1 file changed

+2
-2
lines changed
  • hnix-store-remote/src/System/Nix/Store

1 file changed

+2
-2
lines changed

hnix-store-remote/src/System/Nix/Store/Remote.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ addToStore
7272
=> StorePathName
7373
-> FilePath
7474
-> Bool
75-
-> (StorePath -> Bool)
76-
-> RepairFlag
75+
-> (FilePath -> Bool)
76+
-> RepairFlag -- this is only needed for local store
7777
-> MonadStore StorePath
7878
addToStore name pth recursive _pathFilter _repair = do
7979

0 commit comments

Comments
 (0)