about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-08-26T22·49+0100
committertazjin <mail@tazj.in>2020-08-26T23·49+0000
commit2bf806b21aa0c85e055f322c8e1c53d5053cd61c (patch)
tree80d2d22e2bf1d06882e13c1c83cb1c0df9bac621
parentbc5d4672aaa5e12fbe380fe141c559c965af07c8 (diff)
chore(tazjin/dt): Move project into user folder r/1715
... missed this when going multi-user.

Change-Id: If2c9f24555f82e944e3cebb45b2a13801cc1f35e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1844
Tested-by: BuildkiteCI
Reviewed-by: kanepyork <rikingcoding@gmail.com>
-rw-r--r--users/tazjin/dt/CMakeLists.txt (renamed from fun/dt/CMakeLists.txt)0
-rw-r--r--users/tazjin/dt/README.md (renamed from fun/dt/README.md)0
-rw-r--r--users/tazjin/dt/default.nix (renamed from fun/dt/default.nix)3
-rw-r--r--users/tazjin/dt/dt.cc (renamed from fun/dt/dt.cc)0
4 files changed, 2 insertions, 1 deletions
diff --git a/fun/dt/CMakeLists.txt b/users/tazjin/dt/CMakeLists.txt
index 85b659fea8..85b659fea8 100644
--- a/fun/dt/CMakeLists.txt
+++ b/users/tazjin/dt/CMakeLists.txt
diff --git a/fun/dt/README.md b/users/tazjin/dt/README.md
index ee43d56064..ee43d56064 100644
--- a/fun/dt/README.md
+++ b/users/tazjin/dt/README.md
diff --git a/fun/dt/default.nix b/users/tazjin/dt/default.nix
index b6efa28994..ae9388d187 100644
--- a/fun/dt/default.nix
+++ b/users/tazjin/dt/default.nix
@@ -2,7 +2,7 @@
 
 let
   stdenv = with pkgs; overrideCC clangStdenv clang_10;
-  abseil_cpp = pkgs.abseil_cpp.override { inherit stdenv; };
+  abseil_cpp = pkgs.abseil_cpp;
 in stdenv.mkDerivation {
   name = "dt";
   src = ./.;
@@ -11,4 +11,5 @@ in stdenv.mkDerivation {
     abseil_cpp
     farmhash
   ];
+  meta.ci = false;
 }
diff --git a/fun/dt/dt.cc b/users/tazjin/dt/dt.cc
index 5c4c3da768..5c4c3da768 100644
--- a/fun/dt/dt.cc
+++ b/users/tazjin/dt/dt.cc