Skip to content

Commit 1bcd865

Browse files
committed
fixup! fixup! simple store path root, remote store rework
1 parent bd35b8a commit 1bcd865

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

hnix-store-remote/hnix-store-remote.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ library
3131
, text
3232
, unix
3333
, network
34-
, nix-derivation
3534
, mtl
3635
, unordered-containers
3736
, filepath
@@ -51,7 +50,6 @@ test-suite hnix-store-remote-tests
5150
hs-source-dirs: tests
5251
build-depends:
5352
attoparsec
54-
, nix-derivation
5553
, hnix-store-core
5654
, hnix-store-remote
5755
, base

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ import Control.Monad.Except
2424
import Control.Monad.Reader
2525
import Control.Monad.State
2626

27-
import System.Nix.StorePath
28-
2927
data StoreConfig = StoreConfig {
3028
storeDir :: FilePath
3129
, storeSocket :: Socket

0 commit comments

Comments
 (0)