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