From dcdc82ab519e706dc0fdf0c97f2b36a54a59be80 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 21 Jun 2024 19:36:52 -0400 Subject: [PATCH] chore(readme): Fix nixci command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0e42c3..4b5d744 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Start from `flake.nix` (see [Flakes](https://nixos.wiki/wiki/Flakes)). [`flake-p sudo nixos-rebuild boot ``` - To autoformat the project tree using nixpkgs-fmt, run `nix fmt`. -- To build all flake outputs (locally or in CI), run `nix --accept-flake-config run github:srid/nixci` +- To build all flake outputs (locally or in CI), run `nix --accept-flake-config run github:srid/nixci build` - For secrets management, I use [colmena](https://colmena.cli.rs/unstable/features/keys.html) along with 1Password. ## Discussion