Initial commit
This commit is contained in:
14
hello-world-go/default.nix
Normal file
14
hello-world-go/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
with import <nixpkgs> {}; buildGoModule {
|
||||
src = fetchFromGitHub {
|
||||
owner = "eliben";
|
||||
repo = "static-server";
|
||||
rev = "c4f0c0c3fa1ab24de43e3f25fc2eaa17d76be078";
|
||||
sha256 = "sha256-Lae5fWcW+rGkyGMIlOH3DVCjE+JiAGVgLi+s/5p08cc=";
|
||||
};
|
||||
name = "static-server";
|
||||
vendorHash = "sha256-1p3dCLLo+MTPxf/Y3zjxTagUi+tq7nZSj4ZB/aakJGY=";
|
||||
|
||||
checkPhase = ''
|
||||
echo "bypass tests..."
|
||||
'';
|
||||
}
|
Reference in New Issue
Block a user