Přemysl Eric Janouch af116224d4
Fix up usb-drivers
It still won't build on macOS, because of impure iconutils.
2024-12-04 18:26:48 +01:00
2024-11-25 06:23:32 +01:00
2023-06-30 05:31:38 +02:00
2024-01-11 19:02:24 +01:00
2024-02-10 11:21:32 +01:00
2023-07-06 06:42:48 +02:00
2023-07-04 02:56:52 +02:00
2024-02-10 10:11:48 +01:00
2023-06-29 02:31:03 +02:00
2023-06-30 06:17:13 +02:00
2024-11-25 06:56:42 +01:00
2023-06-29 02:31:03 +02:00
2024-12-04 18:26:48 +01:00
2024-11-25 06:48:34 +01:00

Nix expressions

This is a Nix channel for bleeding-edge versions of my projects. While it primarily serves my own needs, you may use it to try the software out.

Example 1: Just build a project, without commitment
$ nix-build https://git.janouch.name/p/nixexprs/archive/master.tar.gz -A fiv-master
$ ./result/bin/fiv
Example 2: Install the project

By default, all optional features are enabled. For the sake of simplicity, all you can do about it is to go to the other extreme, using --arg full false.

Description
Nix expressions for development
Readme 106 KiB
Languages
Nix 97.2%
Shell 2.8%