Add laplace nix derivation
This commit is contained in:
parent
9c3d635e95
commit
f4d0777741
1 changed files with 16 additions and 0 deletions
16
nix/laplace.nix
Normal file
16
nix/laplace.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
with pkgs;
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "laplace";
|
||||
version = "0.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "adamyordan";
|
||||
repo = pname;
|
||||
rev = "6d877051e28fd25f9ab85ed2cfbe31d76d857be3";
|
||||
sha256 = "0l7w7my64yi2pig8sdxgk8049ah3n1mb2wfw858ys3gk42xqa5xh";
|
||||
};
|
||||
|
||||
vendorSha256 = "022bil46fyjsd18diw0rnab987sp1ialb48rj18ksj75ghjqkr62";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue