Skip to content

Commit

Permalink
chore(readme): Fix nixci command
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jun 21, 2024
1 parent 4d29a31 commit dcdc82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcdc82a

Please sign in to comment.