diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-07-07 10:02:55 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-07-07 10:02:55 +0200 |
commit | 3b3e6bb1e50fae42ab509b0e3910c93b83dc84cc (patch) | |
tree | e332cd4a420c39e2da12854f4951f91f0daebc32 /src/nix/registry-pin.md | |
parent | e37ecd1282f7ab2799db54eea5a12d078a5bd96f (diff) |
Style tweaks
Diffstat (limited to 'src/nix/registry-pin.md')
-rw-r--r-- | src/nix/registry-pin.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/registry-pin.md b/src/nix/registry-pin.md index 7b163c463..ebc0e3eff 100644 --- a/src/nix/registry-pin.md +++ b/src/nix/registry-pin.md @@ -24,7 +24,7 @@ R""( … ``` -* Pin `nixpkgs` in a custom registry to its most recent Git revision +* Pin `nixpkgs` in a custom registry to its most recent Git revision: ```console # nix registry pin --registry ./custom-flake-registry.json nixpkgs |