From 6d64096cd99db27357bf2d038bdfdfc2d3a3aeae Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 9 Dec 2022 01:31:56 +0100 Subject: tv: normalize lib imports --- tv/1systems/xu/config.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tv/1systems/xu/config.nix') diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 8a86e209b..1d143ce3a 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -1,6 +1,5 @@ -with import ; +with import ./lib; { config, pkgs, ... }: { - krebs.build.host = config.krebs.hosts.xu; imports = [ -- cgit v1.2.3 From f25cfed8337a00d4b93eb0962eb7a243c4911b35 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 12 Dec 2022 18:46:05 +0100 Subject: tv xu: don't import krebs-pages module This is part of 9051f57095d4edfd22a68aa2798e38a44a2c94cb. --- tv/1systems/xu/config.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'tv/1systems/xu/config.nix') diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 1d143ce3a..6ca62ac0d 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -10,7 +10,6 @@ with import ./lib; - -- cgit v1.2.3