Skip to content

Commit 02db0bb

Browse files
committed
Drop dead nix code
1 parent cd2a5a0 commit 02db0bb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

nix/overlay.nix

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,14 @@ options: self: super: {
66
haskell-miso-org-test = self.nixosTest {
77
virtualisation.memorySize = 1024 * 10;
88
nodes.machine = { config, pkgs, ... }: {
9-
imports = [ ../haskell-miso.org/nix/machine.nix
10-
# ../examples/sse/nix/machine.nix
11-
];
9+
imports = [ ../haskell-miso.org/nix/machine.nix ];
1210
};
13-
testScript = {nodes, ...}: with nodes;
11+
testScript = {nodes, ...}:
1412
''
1513
startAll;
1614
$machine->waitForUnit("haskell-miso.service");
1715
$machine->succeed("curl localhost:3002");
1816
'';
19-
# $machine->waitForUnit("sse-haskell-miso.service");
20-
# $machine->succeed("curl localhost:3003");
2117
};
2218

2319
ghciwatch =

0 commit comments

Comments
 (0)