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 bd35b8a commit 1bcd865Copy full SHA for 1bcd865
hnix-store-remote/hnix-store-remote.cabal
@@ -31,7 +31,6 @@ library
31
, text
32
, unix
33
, network
34
- , nix-derivation
35
, mtl
36
, unordered-containers
37
, filepath
@@ -51,7 +50,6 @@ test-suite hnix-store-remote-tests
51
50
hs-source-dirs: tests
52
build-depends:
53
attoparsec
54
55
, hnix-store-core
56
, hnix-store-remote
57
, base
hnix-store-remote/src/System/Nix/Store/Remote/Types.hs
@@ -24,8 +24,6 @@ import Control.Monad.Except
24
import Control.Monad.Reader
25
import Control.Monad.State
26
27
-import System.Nix.StorePath
28
-
29
data StoreConfig = StoreConfig {
30
storeDir :: FilePath
, storeSocket :: Socket
0 commit comments