Skip to content

Commit 284d74f

Browse files
committed
ci(vira): Allow building on local system
1 parent 1a99117 commit 284d74f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

vira.hs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
\ctx pipeline ->
44
pipeline
5-
{ build.systems =
6-
[ "x86_64-linux"
7-
-- , "aarch64-darwin"
8-
]
9-
, build.flakes =
5+
{ build.flakes =
106
[ "."
117
, "./example" { overrideInputs = [("process-compose-flake", ".")] }
128
, "./dev" { overrideInputs = [("process-compose-flake", ".")] }

0 commit comments

Comments
 (0)