aboutsummaryrefslogtreecommitdiff
path: root/src/nix/nix.md
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2022-12-12 16:26:10 -0500
committerGitHub <noreply@github.com>2022-12-12 16:26:10 -0500
commitdc075dcdd0306adec911ec8d898b723f464f7c0a (patch)
tree7efc67f51d3e56a910ac188d16bde827c4e26884 /src/nix/nix.md
parent1879c7c95e14ffcda30810747f28f422f56a63e2 (diff)
Apply suggestions from code review
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
Diffstat (limited to 'src/nix/nix.md')
-rw-r--r--src/nix/nix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/nix.md b/src/nix/nix.md
index 811936024..6ff27e479 100644
--- a/src/nix/nix.md
+++ b/src/nix/nix.md
@@ -187,7 +187,7 @@ operate are determined as follows:
and likewise, again using a store path to a "drv" file to specify the derivation:
```console
- # nix path-info -S --eval-store auto --store https://cache.nixos.org '/nix/store/gzaflydcr6sb3567hap9q6srzx8ggdgg-glibc-2.33-78.drv^*'
+ # nix path-info -S '/nix/store/gzaflydcr6sb3567hap9q6srzx8ggdgg-glibc-2.33-78.drv^*'
```