about summary refs log tree commit diff
path: root/machines/labnet/gitit-stub.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/labnet/gitit-stub.nix')
-rw-r--r--machines/labnet/gitit-stub.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/machines/labnet/gitit-stub.nix b/machines/labnet/gitit-stub.nix
deleted file mode 100644
index 0e8f7a2d..00000000
--- a/machines/labnet/gitit-stub.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
-
-  # TODO: create a true channel that only advances if these build.
-  environment.systemPackages = [
-    pkgs.vuizvui.openlab.gitit
-  ];
-
-  fileSystems."/".device = "/dev/null";
-  boot.loader.grub.device = "/dev/null";
-
-}