Nix Packages collection & NixOS
Go to file
Rob Vermaas 973fa21b52 Better support for HVM instances. Now the NixOS images can
be used on HVM instances without needing nixops. Previously
the grub setup was incorrect, so a plain 'nixos-rebuild switch'
and a reboot would result in a broken system.

Also added growing of the partition of the root disk in the initrd,
so you can run resize2fs after initial boot, without needing an
extra reboot. This is useful especially for nixops'
deployment.ec2.ebsInitialRootDiskSize option.

(cherry picked from commit 044a24e58b)
2014-05-21 16:37:55 +02:00
doc doc: quick-start.xml -- fix a typo in the link. 2014-04-14 11:42:01 +05:30
lib Revert "typescript: add package. Closes #2712" 2014-05-21 15:57:34 +02:00
maintainers/scripts Remove mysterious line 2014-05-01 10:43:07 +02:00
nixos Better support for HVM instances. Now the NixOS images can 2014-05-21 16:37:55 +02:00
pkgs vlock: add meta and take maintainership 2014-05-21 16:12:33 +02:00
.gitignore
.version Update version 2014-04-23 08:02:18 -04:00
COPYING
default.nix Explicitly require Nix 1.6 2014-03-17 11:33:36 +01:00
README.md Fixed link to the installation instructions 2014-02-27 14:57:28 +01:00

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