tv config: drop unused "builder" variable

This commit is contained in:
tv 2017-08-01 22:34:14 +02:00
parent 0b4d3edff8
commit f58b49aa82

View file

@ -1,9 +1,6 @@
with import <stockholm/lib>;
{ config, lib, pkgs, ... }: let
builder = if getEnv "dummy_secrets" == "true"
then "buildbot"
else "tv";
in {
{ config, pkgs, ... }: {
boot.tmpOnTmpfs = true;
krebs.enable = true;