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 +-- tv/1systems/xu/lib | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 120000 tv/1systems/xu/lib (limited to 'tv/1systems/xu') 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 = [ diff --git a/tv/1systems/xu/lib b/tv/1systems/xu/lib new file mode 120000 index 000000000..dc598c56d --- /dev/null +++ b/tv/1systems/xu/lib @@ -0,0 +1 @@ +../lib \ No newline at end of file -- cgit v1.3.1 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') 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.3.1