Change path to nix-support/private

This commit is contained in:
2025-10-06 16:43:36 +02:00
parent b4a36218e5
commit a050a87129

View File

@@ -268,7 +268,7 @@ makeApplication ApplicationOptions{..} request respond = do
done response
let privateFilePath = ByteString.Char8.unpack storePath ++ "/.private"
let privateFilePath = ByteString.Char8.unpack storePath ++ "/nix-support/private"
isPrivate <- liftIO $ Directory.doesPathExist privateFilePath
let isLocalNet = case Wai.remoteHost request of