From a6ec8b3f612e4835ea86a76e72a8e75ca26421f6 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 9 Jul 2024 16:49:59 -0400 Subject: [PATCH] chore: update comment --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bdb885d..ad524ff 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ lib = import ./nix/lib.nix; # Config for https://github.com/srid/nixci - # To run this, `nix run github:srid/nixci` + # To run this, `nix run github:srid/nixci build` nixci.default = let overrideInputs = { "services-flake" = ./.; }; in { simple-example = { inherit overrideInputs;