Merge pull request #172 from haskell-nix/2021-11-15-fxs

remote/tests/NixDaemon: use Text
This commit is contained in:
Richard Marko 2022-03-07 12:44:22 +01:00 committed by GitHub
commit a3a0cb3f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ library
, System.Nix.StorePathMetadata , System.Nix.StorePathMetadata
build-depends: build-depends:
base >=4.12 && <5 base >=4.12 && <5
, relude , relude >= 1.0
, attoparsec , attoparsec
, algebraic-graphs >= 0.5 && < 0.6 , algebraic-graphs >= 0.5 && < 0.6
, base16-bytestring , base16-bytestring

View File

@ -40,7 +40,7 @@ library
build-depends: build-depends:
base >=4.12 && <5 base >=4.12 && <5
, relude , relude >= 1.0
, attoparsec , attoparsec
, binary , binary
, bytestring , bytestring

View File

@ -63,7 +63,7 @@ waitSocket fp x = do
writeConf :: FilePath -> IO () writeConf :: FilePath -> IO ()
writeConf fp = writeConf fp =
writeFile fp $ toString $ unlines writeFileText fp $ unlines
[ "build-users-group = " [ "build-users-group = "
, "trusted-users = root" , "trusted-users = root"
, "allowed-users = *" , "allowed-users = *"