1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "ahsNiac/3I2+PUqc90E73Brb99M68ewh9nWXoupfE3g=";
16 # Avoid building example
17 subPackages = [ "." "fs" ];
18 # Tests are checking that the files embedded are preserving
19 # their meta data like dates etc, but it assumes to be in 2048
20 # which is not the case once entered the nix store
24 homepage = "https://github.com/rakyll/statik";
25 description = "Embed files into a Go executable";
26 mainProgram = "statik";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ Madouura ];