tv systems: normalize head

This commit is contained in:
tv 2017-08-01 22:37:41 +02:00
parent f58b49aa82
commit 9b62b9d74b
6 changed files with 6 additions and 18 deletions

View File

@ -1,8 +1,6 @@
{ config, pkgs, ... }:
with import <stockholm/lib>;
{ config, pkgs, ... }: {
{
imports = [
<stockholm/tv>
<stockholm/tv/2configs/hw/x220.nix>

View File

@ -1,8 +1,6 @@
{ config, pkgs, ... }:
with import <stockholm/lib>;
{ config, pkgs, ... }: {
{
imports = [
<stockholm/krebs>
<stockholm/tv/2configs>

View File

@ -1,8 +1,6 @@
{ config, lib, pkgs, ... }:
with import <stockholm/lib>;
{ config, pkgs, ... }: {
{
krebs.build.host = config.krebs.hosts.nomic;
imports = [

View File

@ -1,8 +1,6 @@
{ config, lib, pkgs, ... }:
with import <stockholm/lib>;
{ config, pkgs, ... }: {
{
krebs.build.host = config.krebs.hosts.wu;
imports = [

View File

@ -1,8 +1,6 @@
{ config, lib, pkgs, ... }:
with import <stockholm/lib>;
{ config, pkgs, ... }: {
{
krebs.build.host = config.krebs.hosts.xu;
imports = [

View File

@ -1,8 +1,6 @@
{ config, lib, pkgs, ... }:
with import <stockholm/lib>;
{ config, pkgs, ... }: {
{
krebs.build.host = config.krebs.hosts.zu;
imports = [