Strip small static executable
[?]
Mar 22, 2023, 6:39 PM
P5VCQ5VERGZ7AVREZRCKATAFSWD5JYZ5HEZREHJKHP4IEYIPLADQCDependencies
- [2]
X3HISPCSAdd 05-static-container
Change contents
- replacement in 05-static-container/flake.nix at line 22
wttr-delft-only-binary = pkgs.runCommand "wttr-delft-only-binary" {} ''wttr-delft-only-binary = pkgs.runCommand "wttr-delft-only-binary" { nativeBuildInputs = [ pkgs.binutils ]; } '' - edit in 05-static-container/flake.nix at line 25
# Shrink the executable even morechmod u+w $out/wttr-delftstrip --strip-all $out/wttr-delftchmod u-w $out/wttr-delft