From 4af2bf66631d187d952b70fba4963e33002d1dcb Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 26 Apr 2016 10:53:31 -0700 Subject: Separate fix-point from config importing hacks and other impurities --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index c384a5bb6946..8171f4149d2f 100644 --- a/default.nix +++ b/default.nix @@ -6,4 +6,4 @@ if ! builtins ? nixVersion || builtins.compareVersions requiredVersion builtins. else - import ./pkgs/top-level + import ./pkgs/top-level/impure.nix -- cgit 1.4.1