1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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;
modulesPath = ../modules;
pkgs_i686 = import <nixpkgs> { system = "i686-linux"; };
utils = {}; # forward compatibility
};
# Import Nixpkgs, allowing the NixOS option nixpkgs.config to