about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-08-26T22·49+0100
committertazjin <mail@tazj.in>2020-08-26T23·49+0000
commitbc5d4672aaa5e12fbe380fe141c559c965af07c8 (patch)
treebdfc6dfc10bbddd69dd5eb05d61fa57ac3c703be /default.nix
parente90242d02944ba75f4ef03e4f9d632036d26cfe3 (diff)
fix: Remove ./presentations from top-level r/1714
This folder doesn't exist, it's part of my user folder now. We didn't
notice because nothing is walking the tree.

Change-Id: Idc6f20a8e4806a158c598fd63d381ab07934be1e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1843
Tested-by: BuildkiteCI
Reviewed-by: kanepyork <rikingcoding@gmail.com>
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 9c54a7d470..13a9f5d588 100644
--- a/default.nix
+++ b/default.nix
@@ -34,7 +34,6 @@ let
     net           = readTree ./net;
     nix           = readTree ./nix;
     ops           = readTree ./ops;
-    presentations = readTree ./presentations;
     third_party   = readTree ./third_party;
     tools         = readTree ./tools;
     users         = readTree ./users;