diff options
| author | Kiryl Harbachonak <cool45akol@gmail.com> | 2022-11-24 02:28:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-23 20:28:50 -0500 |
| commit | 816d65f07889fef1b3b789fc033e440c16c7a6ad (patch) | |
| tree | e46d55d06f3c5050545c44ec659b7e20eb7ea7ea | |
| parent | e3f148c88912f18720de9adc78072715a97d6d53 (diff) | |
| download | xesite-816d65f07889fef1b3b789fc033e440c16c7a6ad.tar.xz xesite-816d65f07889fef1b3b789fc033e440c16c7a6ad.zip | |
Update how-i-start-nix-2020-03-08.markdown (#569)
- update lorri repo link
| -rw-r--r-- | blog/how-i-start-nix-2020-03-08.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/how-i-start-nix-2020-03-08.markdown b/blog/how-i-start-nix-2020-03-08.markdown index aafe8da..6ba49b6 100644 --- a/blog/how-i-start-nix-2020-03-08.markdown +++ b/blog/how-i-start-nix-2020-03-08.markdown @@ -44,7 +44,7 @@ Try 'nix-env --help' for more information. Let's install a few other tools to help us with development. First, let's install [lorri][lorri] to help us manage our development shell: -[lorri]: https://github.com/target/lorri +[lorri]: https://github.com/nix-community/lorri ``` $ nix-env --install --file https://github.com/target/lorri/archive/master.tar.gz |
