We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2a5a0 commit 02db0bbCopy full SHA for 02db0bb
nix/overlay.nix
@@ -6,18 +6,14 @@ options: self: super: {
6
haskell-miso-org-test = self.nixosTest {
7
virtualisation.memorySize = 1024 * 10;
8
nodes.machine = { config, pkgs, ... }: {
9
- imports = [ ../haskell-miso.org/nix/machine.nix
10
- # ../examples/sse/nix/machine.nix
11
- ];
+ imports = [ ../haskell-miso.org/nix/machine.nix ];
12
};
13
- testScript = {nodes, ...}: with nodes;
+ testScript = {nodes, ...}:
14
''
15
startAll;
16
$machine->waitForUnit("haskell-miso.service");
17
$machine->succeed("curl localhost:3002");
18
'';
19
- # $machine->waitForUnit("sse-haskell-miso.service");
20
- # $machine->succeed("curl localhost:3003");
21
22
23
ghciwatch =
0 commit comments