mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-12-02 09:13:12 +03:00
10 lines
190 B
Haskell
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
|