feat(pkgs): package frei

This commit is contained in:
Infinidoge 2022-07-19 02:23:28 -04:00
parent e8a885438b
commit 89e4625298
3 changed files with 16 additions and 0 deletions

7
pkgs/frei.nix Normal file
View file

@ -0,0 +1,7 @@
{ buildGo118Module
, source
}:
buildGo118Module rec {
inherit (source) pname version src;
vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
}