about summary refs log tree commit diff
path: root/pkgs/openlab/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-02-05 13:06:54 +0100
committerProfpatsch <mail@profpatsch.de>2021-02-05 13:08:40 +0100
commitfe7bbebd22c61add4592066900f3a4b77279621b (patch)
treedc8232636434f578f410263b77f12f9cc0193535 /pkgs/openlab/default.nix
parentbeb276e1a6464e250aa4d3f188e711ff10eab51f (diff)
pkgs/openlab: remove gitit
We originally needed it here to deploy it on the machine, but it’s set
up manually via the gitit repo default.nix for the time being.
Diffstat (limited to 'pkgs/openlab/default.nix')
-rw-r--r--pkgs/openlab/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/openlab/default.nix b/pkgs/openlab/default.nix
index 131a3eca..aa21c77b 100644
--- a/pkgs/openlab/default.nix
+++ b/pkgs/openlab/default.nix
@@ -1,7 +1,6 @@
 { callPackage, haskell }:
 
 {
-  gitit = callPackage ./gitit { hlib = haskell.lib; };
   # TODO: fix haskell code
   # stackenblocken = callPackage ./stackenblocken {};
 }