Skip to content

Commit

Permalink
Fix command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Dec 20, 2024
1 parent b06cbc3 commit 216427a
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 @@ -182,7 +182,7 @@ of a locally built derivation to Cachix:
```
export CACHIX_AUTH_TOKEN=...
nix build -L --json .#nixosConfigurations.rp3.config.system.build.toplevel \
| nix run nixpkgs#jq -- -r '.[].outputs | to_entries[].value'
| nix run nixpkgs#jq -- -r '.[].outputs | to_entries[].value' \
| nix run nixpkgs#cachix -- push wagdav
```

Expand Down

0 comments on commit 216427a

Please sign in to comment.