From 28fad6e2fc3aa45a9d1b5fad8810bbc7c78a5dc6 Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Fri, 6 Nov 2015 21:55:08 +0100
Subject: [PATCH] tv base: drop redundant with builtins

---
 tv/2configs/base.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix
index 38cc1eefe..b74b721cb 100644
--- a/tv/2configs/base.nix
+++ b/tv/2configs/base.nix
@@ -1,6 +1,5 @@
 { config, lib, pkgs, ... }:
 
-with builtins;
 with lib;
 
 {