Skip to content

Commit 7029034

Browse files
committed
ci: Use nixci 0.2
1 parent 4f6a2cb commit 7029034

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
@@ -13,7 +13,7 @@
1313
};
1414

1515
# https://github.com/srid/nixci
16-
nixci = let overrideInputs = { "haskell-flake" = ./.; }; in {
16+
nixci.default = let overrideInputs = { "haskell-flake" = ./.; }; in {
1717
dev.dir = "dev";
1818
example = { inherit overrideInputs; dir = "example"; };
1919
};

0 commit comments

Comments
 (0)