nix-config/pkgs/default.nix
2023-03-04 12:03:11 +01:00

4 lines
54 B
Nix

{ pkgs }:
{
map = pkgs.callPackage ./map.nix { };
}