Change path to nix-support/private

This commit is contained in:
Aleix Boné 2025-10-06 16:43:36 +02:00
parent b4a36218e5
commit a050a87129
No known key found for this signature in database

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