We are a registered association in Zürich dedicated to software developers.
$ sh <(curl -L https://codersonly.org/members/join)
PhD Thesis by Eelco Dolstra
Brief overview of Nix concepts
Hands-on: Learning the Nix expression language
by Eelco Dolstra
https://edolstra.github.io/pubs/phd-thesis.pdf
...is that it solves one of the (subjectively) biggest issues in the software lifecycle.
Nix describes software components using a functional expression language.
Nix stores software components in isolation from each other in a central store using unambiguous paths.
Nix manages packages using the central store and manipulating the user environment.
Let's do some drawing!
home-manager
...doing TDD on a problem we know!
$ sh <(curl -L https://nixos.org/nix/install) --daemon
For more information go to https://nixos.org/download/
$ git clone https://github.com/escodebar/meetups.git $ cd meetups && git checkout nix $ ./test.sh [PASS] 1/1 tests passed
...now pair and learn!
and if you enjoyed this content... consider becoming a member