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, 10 insertions, 0 deletions
diff --git a/pkgs/sources/lf-make-map/lf_make_map.nix b/pkgs/sources/lf-make-map/lf_make_map.nix
new file mode 100644
index 00000000..afb067b8
--- /dev/null
+++ b/pkgs/sources/lf-make-map/lf_make_map.nix
@@ -0,0 +1,10 @@
+{rustPlatform}:
+rustPlatform.buildRustPackage {
+  pname = "lf-make-map";
+  version = "0.1.0";
+
+  src = ./.;
+  cargoLock = {
+    lockFile = ./Cargo.lock;
+  };
+}