Nix Packages collection
Go to file
Eelco Dolstra bd7ea9be58 sysinit.target: Drop the dependency on local-fs.target and swap.target
Having all services with DefaultDependencies=yes depend on
local-fs.target is annoying, because some of those services might be
necessary to mount local filesystems.  For instance, Charon's
send-keys feature requires sshd to be running in order to receive LUKS
encryption keys, which in turn requires dhcpcd, and so on.  So we drop
this dependency (and swap.target as well for consistency).  If
services require a specific mount, they should use RequiresMountsFor
in any case.
2012-12-14 17:42:54 +01:00
doc Merge remote-tracking branch 'origin/master' into systemd 2012-12-11 17:40:39 +01:00
gui renaming all occurrences of /var/run/{booted,current}-system 2012-07-23 14:01:35 -04:00
lib Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
maintainers Update channel URLs 2012-11-12 09:19:25 +01:00
modules sysinit.target: Drop the dependency on local-fs.target and swap.target 2012-12-14 17:42:54 +01:00
tests Merge remote-tracking branch 'origin/master' into systemd 2012-12-11 17:40:39 +01:00
.gitignore Add a .gitignore 2012-06-18 18:16:38 -04:00
.version * Add a command "nixos-version" that prints the version of the 2012-04-10 20:56:38 +00:00
COPYING * Add a license, finally :-) 2010-05-28 11:48:41 +00:00
default.nix Use the binary cache in the installer 2012-12-08 19:00:06 +01:00
README * URL updates. 2008-05-09 15:08:43 +00:00
release-combined.nix * Include all of Nixpkgs. 2012-04-11 09:17:32 +00:00
release.nix Run all tests on both 32 and 64 bit 2012-10-24 12:59:19 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.