Skip to content

Commit e968a94

Browse files
authored
ci: Fix om ci configuration
1 parent 91dcc48 commit e968a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
};
1111

1212
# https://github.com/srid/nixci
13-
nixci.default = let overrideInputs = { process-compose-flake = ./.; }; in {
13+
om.ci.default = let overrideInputs = { process-compose-flake = ./.; }; in {
1414
example = {
1515
inherit overrideInputs;
1616
dir = "example";

0 commit comments

Comments
 (0)