This directory contains the solutions to the excercises from day 2.
Check day-02-builders for an overview!
This is a Rust application which can be built with
rustPlatform.buildRustPackage
!
This is a Python application which can be built with
pythonPackages.buildPythonPackage
. Note: th latest version of the
program isn’t packaged on Pypi. In this example we use fetchPypi
to
demonstrate how it works, and thus must use version 3.5.0.
This is a Zig and ncuses program. We can use mkDerivation
to build
it, but must customize the build environment slightly to accomodate
the Zig compiler’s assumptions about what kind of system it is running
on (see comments in the file).