From f4329320ab39f43f6ec4a9eeec3d06eda881df6b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 14 Oct 2012 22:07:15 -0400 Subject: [PATCH] Forward compatibility with the systemd branch --- lib/eval-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/eval-config.nix b/lib/eval-config.nix index ffc0db1c7ea6..f99f3fbedbb2 100644 --- a/lib/eval-config.nix +++ b/lib/eval-config.nix @@ -31,6 +31,7 @@ rec { inherit pkgs modules baseModules; modulesPath = ../modules; pkgs_i686 = import { system = "i686-linux"; }; + utils = {}; # forward compatibility }; # Import Nixpkgs, allowing the NixOS option nixpkgs.config to