map: init at 0.1.1
This commit is contained in:
parent
c00a6f612a
commit
c4ed80d667
3 changed files with 40 additions and 0 deletions
6
pkgs/default.nix
Normal file
6
pkgs/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs
|
||||
, ...
|
||||
} @ inputs:
|
||||
{
|
||||
map = pkgs.callPackage ./map.nix { };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue