aboutsummaryrefslogtreecommitdiff
path: root/nix/README.md
blob: 82ef1dd55ea2d05a6ad1fe55c75f34c9b89dd77b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# nix builders

The kookienomicon is a collection of projects, each with their own
dependencies, and build setups.  Nix and Lorri are used extentsively
to facilitate switching between build tools and dependency scopes.

The root of the repository adds a new key to the `NIX_PATH`
environment variable, which can then be used to look-up development
builders.


## How to use

There are default builders for common programming language setups
(such as Rust).

```nix

```