Unverified Commit 171d8dd2 authored by Defelo's avatar Defelo
Browse files

whoami: enable tests

parent bd0b5d23
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@ buildGoModule (finalAttrs: {

  env.CGO_ENABLED = 0;

  doCheck = false;

  meta = {
    description = "Tiny Go server that prints os information and HTTP request to output";
    mainProgram = "whoami";