Add a README

This commit is contained in:
Přemysl Eric Janouch 2023-06-30 06:17:13 +02:00
parent 46af7dad1e
commit f1ce467db5
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 15 additions and 0 deletions

15
README.adoc Normal file
View File

@ -0,0 +1,15 @@
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
$ nix-env -f https://git.janouch.name/p/nixexprs/archive/master.tar.gz -iA fiv-master
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`.