0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Fix previous commit.

svn path=/nixos/trunk/; revision=13229
This commit is contained in:
Nicolas Pierron 2008-11-08 21:45:58 +00:00
parent 4a55f02005
commit b73a579d18
2 changed files with 7 additions and 7 deletions

View file

@ -31,10 +31,6 @@ let
in
{
require = [
# newtworking
(import ../upstart-jobs/dhclient.nix)
]
time = {
@ -3056,6 +3052,9 @@ root ALL=(ALL) SETENV: ALL
};
require = [
# newtworking
(import ../upstart-jobs/dhclient.nix)
# hardware
(import ../upstart-jobs/pcmcia.nix)
];
}