From cdfa7b9a27a92b0892f1286de529dc25b653f5f0 Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Wed, 13 Feb 2019 10:26:16 +0100 Subject: [PATCH] Add related work --- README.md | 9 +++++++++ README.tpl.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 7c3a696..6b39c82 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,15 @@ Available options: ``` +## Related + +* [nix-flakes]: `niv` support a subset of the Nix flakes. In particular it does + not perform any kind of dependency resolution. +* [nix-path]: `niv` and `nix-path` share a similar goal and ideas tend to flow + back and forth freely. + [Nix]: https://nixos.org/nix/ [jq]: https://stedolan.github.io/jq/ [GHC]: https://www.haskell.org/ghc/ +[nix-flakes]: https://gist.github.com/edolstra/40da6e3a4d4ee8fd019395365e0772e7 +[nix-path]: https://github.com/zimbatm/nix-path diff --git a/README.tpl.md b/README.tpl.md index dae9e5e..bb7b862 100644 --- a/README.tpl.md +++ b/README.tpl.md @@ -219,6 +219,15 @@ replace_niv_init_help replace_niv_show_help ``` +## Related + +* [nix-flakes]: `niv` support a subset of the Nix flakes. In particular it does + not perform any kind of dependency resolution. +* [nix-path]: `niv` and `nix-path` share a similar goal and ideas tend to flow + back and forth freely. + [Nix]: https://nixos.org/nix/ [jq]: https://stedolan.github.io/jq/ [GHC]: https://www.haskell.org/ghc/ +[nix-flakes]: https://gist.github.com/edolstra/40da6e3a4d4ee8fd019395365e0772e7 +[nix-path]: https://github.com/zimbatm/nix-path