Skip to content

Commit

Permalink
nixci: upgrade to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Sep 4, 2023
1 parent 5fdd56f commit 9944062
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 @@ -9,7 +9,7 @@

# Config for https://github.com/srid/nixci
# To run this, `nix run github:srid/nixci`
nixci = let overrideInputs = { "services-flake" = ./.; }; in {
nixci.default = let overrideInputs = { "services-flake" = ./.; }; in {
example = {
inherit overrideInputs;
dir = "./example";
Expand Down

0 comments on commit 9944062

Please sign in to comment.