nix-config/pkgs/default.nix
2022-10-23 15:36:05 +02:00

6 lines
69 B
Nix

{ pkgs
, ...
} @ inputs:
{
map = pkgs.callPackage ./map.nix { };
}