summaryrefslogtreecommitdiffstats
path: root/tv/krops.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-09-11 18:24:28 +0200
committertv <tv@krebsco.de>2023-09-13 18:07:11 +0200
commit0c4f3acb281be6290c55a6e96bc29fab5b5c7a11 (patch)
treedadaec00477a095273475ac345b2066b4748c399 /tv/krops.nix
parentab1d0479e90f11806d4703ec6fffed3d5f782914 (diff)
stockholm -> hrm
Diffstat (limited to 'tv/krops.nix')
-rw-r--r--tv/krops.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/tv/krops.nix b/tv/krops.nix
deleted file mode 100644
index af0e861..0000000
--- a/tv/krops.nix
+++ /dev/null
@@ -1,23 +0,0 @@
-{ name }: rec {
-
- inherit (import ../krebs/krops.nix { inherit name; })
- krebs-source
- lib
- pkgs
- ;
-
- source = lib.evalSource [
- (krebs-source { test = true; })
- {
- nixos-config.symlink = "stockholm/tv/1systems/${name}/config.nix";
- secrets.file = toString ./dummy_secrets;
- }
- ];
-
- # usage: $(nix-build --no-out-link --argstr name HOSTNAME --argstr target PATH -A test)
- test = { target }: pkgs.krops.writeTest "tv-krops-${name}-ci" {
- force = true;
- inherit source target;
- };
-
-}