Skip to content

Commit ff6038b

Browse files
committed
style: remove unnnecessary comment
1 parent 3c73703 commit ff6038b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

flake.nix

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,6 @@
110110
description = "Example flake for deploying a cardano.nix cluster with multiple nodes, load balancer and monitoring";
111111
};
112112
};
113-
systems = [
114-
"x86_64-linux"
115-
# cardano-node doesn't support it
116-
# "aarch64-linux"
117-
# ogmios doesn't support it
118-
# "x86_64-darwin"
119-
# we don't have a builder
120-
# "aarch64-darwin"
121-
];
113+
systems = [ "x86_64-linux" ];
122114
};
123115
}

0 commit comments

Comments
 (0)