diff options
Diffstat (limited to 'pkgs/sources/lf-make-map/default.nix')
-rw-r--r-- | pkgs/sources/lf-make-map/default.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/sources/lf-make-map/default.nix b/pkgs/sources/lf-make-map/default.nix new file mode 100644 index 00000000..8ff4c624 --- /dev/null +++ b/pkgs/sources/lf-make-map/default.nix @@ -0,0 +1,12 @@ +[ + ( + final: prev: { + lf-make-map = import ./lf_make_map.nix { + inherit + (prev) + rustPlatform + ; + }; + } + ) +] |