Nix expressions for development
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Přemysl Eric Janouch e747c8f084
Avoid using Swift on Linux
3 months ago
README.adoc Add a README 3 months ago
build-all.sh Add a script to test-build everything 3 months ago
default.nix Add an automatic default.nix 3 months ago
desktop-tools-master.nix Add missing desktop-tools runtime dependency 3 months ago
fiv-master.nix Add resvg toggle to fiv, slightly adjust sdn 3 months ago
hex-master.nix Initial commit 3 months ago
json-rpc-shell-master.nix Avoid pointless propagatedBuildInputs 3 months ago
liberty-master.nix Avoid using Swift on Linux 3 months ago
logdiag-master.nix Make fiv work on macOS when run from result dir 3 months ago
neetdraw-master.nix Fix neetdraw on macOS 3 months ago
nncmpp-master.nix Initial commit 3 months ago
pdf-simple-sign-master.nix Fix pdf-simple-sign check on macOS 3 months ago
ponymap-master.nix Initial commit 3 months ago
razer-bw-te-ctl-master.nix Add razer-bw-te-ctl 3 months ago
sdn-master.nix Add resvg toggle to fiv, slightly adjust sdn 3 months ago
sensei-raw-ctl-master.nix Add razer-bw-te-ctl 3 months ago
tdv-master.nix Initial commit 3 months ago
xK-master.nix Update xK 3 months ago

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.