From 0edc84a8f903cbdd54a9fa16df299e6cdfddf219 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Thu, 11 Aug 2016 12:46:14 +0200
Subject: [PATCH] Drop an unnecessary use of <nix/config.nix>

---
 corepkgs/fetchurl.nix | 2 --
 1 file changed, 2 deletions(-)

diff --git a/corepkgs/fetchurl.nix b/corepkgs/fetchurl.nix
index 5e0ad9da3..613c25364 100644
--- a/corepkgs/fetchurl.nix
+++ b/corepkgs/fetchurl.nix
@@ -1,5 +1,3 @@
-with import <nix/config.nix>;
-
 { system ? builtins.currentSystem
 , url
 , outputHash ? ""
-- 
GitLab