Nix Packages collection
Go to file
aszlig feeb5bae23
Add new package xdummy, a dummy X server.
This is actually a small script which just starts an X server without
any real display. Right now only needed for running the test suite of
the i3 window manager within the Nix chroot, but might be useful for
running other tests needing a DISPLAY.

Usage is just like a regular X server, so in order to start an instance
for display :666, you just run it like this:

xdummy :666

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
doc doc: mention nix-prefetch-scripts package 2014-07-27 15:21:38 +02:00
lib Upgrade docker to 1.1.2 and add docker module 2014-07-28 21:45:49 +02:00
maintainers/scripts copy-tarballs.pl: Create base-32 symlinks 2014-05-22 12:11:53 +02:00
nixos Make the networkmanager group more discoverable 2014-07-29 09:14:57 +02:00
pkgs Add new package xdummy, a dummy X server. 2014-08-01 05:49:14 +02:00
.gitignore gitignore: result-* and make absolute doc ignores 2014-06-23 16:58:49 +02:00
.version Update version 2014-04-23 08:02:18 -04:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix Explicitly require Nix 1.6 2014-03-17 11:33:36 +01:00
README.md Fixed link to installation instructions in README 2014-05-26 22:19:22 +02:00

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.