diff options
| author | seth <[email protected]> | 2024-09-19 15:32:07 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-19 15:32:07 -0400 |
| commit | ed8477a78e7829927211156e8c7c4f0107718071 (patch) | |
| tree | 77ceb9f82e1cb5562113cf96bc02950db5a30167 | |
| parent | f062d38947c4edd3c177aa15d74b87022f5cea0e (diff) | |
docs: fix configuration examples (#5)
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,13 +33,13 @@ nix-forecast nixpkgs#{hello,gcc,clang,nrr} ```sh -nix-forecast .#nixosConfigurations.myMachine +nix-forecast -c ".#nixosConfigurations.myMachine" ``` ### nix-darwin configuration ```sh -nix-forecast .#darwinConfigurations.myMac +nix-forecast -c ".#darwinConfigurations.myMac" ``` ## Why? |
