feat(pkgs): package frei
This commit is contained in:
parent
e8a885438b
commit
89e4625298
3 changed files with 16 additions and 0 deletions
7
pkgs/frei.nix
Normal file
7
pkgs/frei.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ buildGo118Module
|
||||
, source
|
||||
}:
|
||||
buildGo118Module rec {
|
||||
inherit (source) pname version src;
|
||||
vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue