Skip to content

Commit

Permalink
ci: Use nixci 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 28, 2023
1 parent fc19f30 commit ea1607c
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 @@ -8,7 +8,7 @@
};

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

0 comments on commit ea1607c

Please sign in to comment.