Skip to content

Commit

Permalink
chore(nix): nixci -> omnix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Aug 27, 2024
1 parent 84fb526 commit dcb5db9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@

lib = import ./nix/lib.nix;

# Config for https://github.com/srid/nixci
# To run this, `nix run github:srid/nixci build`
nixci.default = let overrideInputs = { "services-flake" = ./.; }; in {
# CI configuration; to run locally, `nix --accept-flake-config github:juspay/omnix ci`
om.ci.default = let overrideInputs = { "services-flake" = ./.; }; in {
simple-example = {
inherit overrideInputs;
dir = "./example/simple";
Expand Down

0 comments on commit dcb5db9

Please sign in to comment.