Strip small static executable

[?]
Mar 22, 2023, 6:39 PM
P5VCQ5VERGZ7AVREZRCKATAFSWD5JYZ5HEZREHJKHP4IEYIPLADQC

Dependencies

Change contents

  • replacement in 05-static-container/flake.nix at line 22
    [2.3820][2.3820:3900]()
    wttr-delft-only-binary = pkgs.runCommand "wttr-delft-only-binary" {} ''
    [2.3820]
    [2.3900]
    wttr-delft-only-binary = pkgs.runCommand "wttr-delft-only-binary" { nativeBuildInputs = [ pkgs.binutils ]; } ''
  • edit in 05-static-container/flake.nix at line 25
    [2.4001]
    [2.4001]
    # Shrink the executable even more
    chmod u+w $out/wttr-delft
    strip --strip-all $out/wttr-delft
    chmod u-w $out/wttr-delft