Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 910 Bytes

File metadata and controls

34 lines (20 loc) · 910 Bytes

Excercise Solutions

This directory contains the solutions to the excercises from day 2.

Check day-02-builders for an overview!

Tokei

This is a Rust application which can be built with rustPlatform.buildRustPackage!

Doge

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.

Ncdu

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).