-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (17 loc) · 969 Bytes
/
README
File metadata and controls
23 lines (17 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Nix Helpers #
`pkarr://yhqn1j1d7i5xb7456639i4uw1e5deeuddjsnyrow46zuxipwgijo`
This repository collects up useful functions and other bits and pieces for the
[Nix](http://nixos.org/nix) language.
Some of these may be suitable for including in the official nixpkgs repository,
but others may be too hacky and/or experimental. Note that this repository isn't
necessarily stable, so it's recommended to pin a particular git revision if you
depend on it.
The goals of this project are:
- Complement nixpkgs by providing an "overlay" of useful helper utilities
- Avoid packaging end-user software, since that's best done elsewhere
- Have few external dependencies
- Work across Nix and nixpkgs versions
Bug reports and patches are welcome! These can be emailed to
chriswarbo@gmail.com either as normal emails or via `git send-email`. Issues are
tracked in git too, using [Artemis](http://mrzv.org/software/artemis), so they
can be included in a patch if you like.