Change path to nix-support/private
This commit is contained in:
@@ -268,7 +268,7 @@ makeApplication ApplicationOptions{..} request respond = do
|
|||||||
|
|
||||||
done response
|
done response
|
||||||
|
|
||||||
let privateFilePath = ByteString.Char8.unpack storePath ++ "/.private"
|
let privateFilePath = ByteString.Char8.unpack storePath ++ "/nix-support/private"
|
||||||
isPrivate <- liftIO $ Directory.doesPathExist privateFilePath
|
isPrivate <- liftIO $ Directory.doesPathExist privateFilePath
|
||||||
|
|
||||||
let isLocalNet = case Wai.remoteHost request of
|
let isLocalNet = case Wai.remoteHost request of
|
||||||
|
|||||||
Reference in New Issue
Block a user