Skip to content

Commit

Permalink
ci: Use nixci 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 19, 2023
1 parent 63a1608 commit a76ab50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};

# https://github.com/srid/nixci
nixci = let overrideInputs = { "haskell-flake" = ./.; }; in {
nixci.default = let overrideInputs = { "haskell-flake" = ./.; }; in {
dev.dir = "dev";
example = { inherit overrideInputs; dir = "example"; };
};
Expand Down

0 comments on commit a76ab50

Please sign in to comment.