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 Nov 7, 2023
1 parent 4f6a2cb commit 7029034
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 7029034

Please sign in to comment.