add note that installing from list is the exact same as set

fixes #5
This commit is contained in:
justinwoo 2019-09-01 22:50:44 +03:00
parent 8a54c74324
commit c4e43f82a0

View File

@ -109,10 +109,11 @@ This is really the same as sets, but in many ways less convenient. If you'd like
[ [
pkgs.python pkgs.python
pkgs.mypy pkgs.mypy
pkgs.git
] ]
``` ```
The result of this installation will be the exact same as the example above.
## Links ## Links
* Demonstration sources <https://github.com/justinwoo/nix-pkgs-from-files> * Demonstration sources <https://github.com/justinwoo/nix-pkgs-from-files>