readme: use latest nixci

This commit is contained in:
Sridhar Ratnakumar 2024-03-25 10:36:00 -04:00 committed by GitHub
parent 3fd8f08396
commit f35f86b0f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ Start from `flake.nix` (see [Flakes](https://nixos.wiki/wiki/Flakes)). [`flake-p
- `nixos`: nixos modules for Linux
- `nix-darwin`: nix-darwin modules for macOS
- `users`: user information
- `secrets.yaml` (and `.sops.yaml`): sops-nix secrets
- `secrets.json` (and `.sops.yaml`): sops-nix secrets
- `systems`: top-level configuration.nix('ish) for various systems
## Tips
@ -68,7 +68,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 run nixpkgs#nixci`
- To build all flake outputs (locally or in CI), run `nix --accept-flake-config run github:srid/nixci`
## Discussion