hnix-store/hnix-store-remote/tests/Driver.hs
Anton Latukha 792c76b0af
Core, Remote: handcrafted code clean-up (#134)
`brittany` was used.

Then all changes passed through manual supervision.

Then handcrafted code cleanup was done.

All changes are pure lambda code refactoring,
there should be no changes to the functionality.
2021-02-03 12:44:58 +02:00

10 lines
190 B
Haskell

import NixDaemon
import qualified Spec
-- we run remote tests in
-- Linux namespaces to avoid interacting with systems store
main :: IO ()
main = do
enterNamespaces
Spec.main