Nix expressions for development
Go to file
Přemysl Eric Janouch d460bbda07
Add razer-bw-te-ctl
2023-07-05 00:42:08 +02:00
README.adoc Add a README 2023-06-30 06:17:13 +02:00
build-all.sh Add a script to test-build everything 2023-07-03 20:09:42 +02:00
default.nix Add an automatic default.nix 2023-06-30 05:31:38 +02:00
desktop-tools-master.nix Add missing desktop-tools runtime dependency 2023-07-04 02:55:08 +02:00
fiv-master.nix Add resvg toggle to fiv, slightly adjust sdn 2023-06-30 02:33:55 +02:00
hex-master.nix Initial commit 2023-06-29 02:31:03 +02:00
json-rpc-shell-master.nix Avoid pointless propagatedBuildInputs 2023-07-04 02:21:54 +02:00
liberty-master.nix Initial commit 2023-06-29 02:31:03 +02:00
logdiag-master.nix Make fiv work on macOS when run from result dir 2023-06-29 20:32:43 +02:00
neetdraw-master.nix Fix neetdraw on macOS 2023-07-04 02:56:52 +02:00
nncmpp-master.nix Initial commit 2023-06-29 02:31:03 +02:00
pdf-simple-sign-master.nix Fix pdf-simple-sign check on macOS 2023-07-04 03:01:45 +02:00
ponymap-master.nix Initial commit 2023-06-29 02:31:03 +02:00
razer-bw-te-ctl-master.nix Add razer-bw-te-ctl 2023-07-05 00:42:08 +02:00
sdn-master.nix Add resvg toggle to fiv, slightly adjust sdn 2023-06-30 02:33:55 +02:00
sensei-raw-ctl-master.nix Add razer-bw-te-ctl 2023-07-05 00:42:08 +02:00
tdv-master.nix Initial commit 2023-06-29 02:31:03 +02:00
xK-master.nix Update xK 2023-07-04 23:23:45 +02:00

README.adoc

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.