map: init at 0.1.1

This commit is contained in:
Tim Schubert 2022-10-23 15:36:05 +02:00
parent c00a6f612a
commit c4ed80d667
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 40 additions and 0 deletions

6
pkgs/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ pkgs
, ...
} @ inputs:
{
map = pkgs.callPackage ./map.nix { };
}