Forward compatibility with the systemd branch

This commit is contained in:
Eelco Dolstra 2012-10-14 22:07:15 -04:00
parent 97a3a99b40
commit f4329320ab

View File

@ -31,6 +31,7 @@ rec {
inherit pkgs modules baseModules; inherit pkgs modules baseModules;
modulesPath = ../modules; modulesPath = ../modules;
pkgs_i686 = import <nixpkgs> { system = "i686-linux"; }; pkgs_i686 = import <nixpkgs> { system = "i686-linux"; };
utils = {}; # forward compatibility
}; };
# Import Nixpkgs, allowing the NixOS option nixpkgs.config to # Import Nixpkgs, allowing the NixOS option nixpkgs.config to