From f1ce467db5ff950d76bb499f8ec479903b098d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 30 Jun 2023 06:17:13 +0200 Subject: [PATCH] Add a README --- README.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.adoc diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..d7b1d6e --- /dev/null +++ b/README.adoc @@ -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`.