summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2016-04-26 10:53:31 -0700
committerJohn Ericson <Ericson2314@Yahoo.com>2016-07-14 14:33:23 -0700
commit4af2bf66631d187d952b70fba4963e33002d1dcb (patch)
treef1750f69a1519370f0ef7761fc66f9dbfd682982 /default.nix
parent18a91ddfb66f2f3f706b93a874152a428874d346 (diff)
downloadnixpkgs-4af2bf66631d187d952b70fba4963e33002d1dcb.tar
nixpkgs-4af2bf66631d187d952b70fba4963e33002d1dcb.tar.gz
nixpkgs-4af2bf66631d187d952b70fba4963e33002d1dcb.tar.bz2
nixpkgs-4af2bf66631d187d952b70fba4963e33002d1dcb.tar.lz
nixpkgs-4af2bf66631d187d952b70fba4963e33002d1dcb.tar.xz
nixpkgs-4af2bf66631d187d952b70fba4963e33002d1dcb.tar.zst
nixpkgs-4af2bf66631d187d952b70fba4963e33002d1dcb.zip
Separate fix-point from config importing hacks and other impurities
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index c384a5bb694..8171f4149d2 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