diff options
author | tv <tv@krebsco.de> | 2015-11-06 21:55:08 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-06 21:55:08 +0100 |
commit | d901700c2b6cc5ede0da505ab23e6e2c679fe17b (patch) | |
tree | 50574a3c75e13424b34b59c840fa7580e7f127d7 | |
parent | e4cb232c4003fa1057db0cf489594454b52f844f (diff) |
tv base: drop redundant with builtins
-rw-r--r-- | tv/2configs/base.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix index 38cc1ee..b74b721 100644 --- a/tv/2configs/base.nix +++ b/tv/2configs/base.nix @@ -1,6 +1,5 @@ { config, lib, pkgs, ... }: -with builtins; with lib; { |