mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-12-12 17:04:19 +03:00
792c76b0af
`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.
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
|