about summary refs log tree commit diff
path: root/users/Profpatsch/git-db/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2024-09-13T11·23+0200
committerProfpatsch <mail@profpatsch.de>2024-09-13T12·06+0000
commitaf5ce5489f309097a395b82e4d7b689dfaff6ec4 (patch)
treeb82f473bffac61fee4b849629a42991ac6ff3d51 /users/Profpatsch/git-db/default.nix
parentfcd4bfccdf1e529e2e9c1bbb09b305248534418c (diff)
chore(users/Profpatsch): remove git-db & rust deps r/8685
This never went anywhere.

We had problems with `git2` breaking, so let’s remove everything that
this pulled in.

Change-Id: Ia29d827cd6fc7b97aedca36a37f8418384579c38
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12474
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/git-db/default.nix')
-rw-r--r--users/Profpatsch/git-db/default.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/users/Profpatsch/git-db/default.nix b/users/Profpatsch/git-db/default.nix
deleted file mode 100644
index 340fc3430882..000000000000
--- a/users/Profpatsch/git-db/default.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ depot, pkgs, lib, ... }:
-
-(depot.nix.writers.rustSimple
-  {
-    name = "git-db";
-    dependencies = [
-      depot.third_party.rust-crates.git2
-    ];
-  }
-  (builtins.readFile ./git-db.rs)) // {
-  meta.broken = true;
-}