about summary refs log tree commit diff
path: root/users/Profpatsch/git-db/default.nix
diff options
context:
space:
mode:
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;
-}