No description
Find a file
aszlig d394d095ab
containers: Don't descend into mounts on destroy.
This tells the sad tale of @the-kenny who had bind-mounted his home
directory into a container. After doing `nixos-container destroy` he
discovered that his home directory went from "full of precious data" to
"no more data".

We want to avoid having similar sad tales in the future, so this now also
check this in the containers VM test.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-09-11 18:12:35 +02:00
doc remove bittorrent package since it's obsolete 2014-09-05 22:49:31 +02:00
lib Merge remote-tracking branch 'origin/staging' 2014-09-08 11:42:09 +02:00
maintainers/scripts Remove broken script 2014-07-30 10:23:05 +02:00
nixos containers: Don't descend into mounts on destroy. 2014-09-11 18:12:35 +02:00
pkgs influxdb: update 0.7.0 -> 0.8.2 2014-09-11 18:06:06 +02:00
.gitignore Add .DS_Store to gitignore so we Mac users don't accidentally pollute nixpkgs with ugliness 2014-08-09 20:53:36 -04:00
.version Update version 2014-04-23 08:02:18 -04:00
COPYING
default.nix require Nix 1.7 for nixpkgs, since we're using antiquotation inside quoted attribute sets 2014-09-04 18:44:03 +02: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.