about summary refs log tree commit diff stats
path: root/pkgs/sources/lf-make-map/lf_make_map.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/sources/lf-make-map/lf_make_map.nix')
-rw-r--r--pkgs/sources/lf-make-map/lf_make_map.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/sources/lf-make-map/lf_make_map.nix b/pkgs/sources/lf-make-map/lf_make_map.nix
deleted file mode 100644
index afb067b8..00000000
--- a/pkgs/sources/lf-make-map/lf_make_map.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{rustPlatform}:
-rustPlatform.buildRustPackage {
-  pname = "lf-make-map";
-  version = "0.1.0";
-
-  src = ./.;
-  cargoLock = {
-    lockFile = ./Cargo.lock;
-  };
-}