about summary refs log blame commit diff stats
path: root/sys/nixpkgs/pkgs/lf-make-map/default.nix
blob: 8ff4c624f523874c38db30e1bead8fcd8af2ecad (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12










                                              
[
  (
    final: prev: {
      lf-make-map = import ./lf_make_map.nix {
        inherit
          (prev)
          rustPlatform
          ;
      };
    }
  )
]