Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created August 2, 2017 03:02
Show Gist options
  • Save infinisil/718717a4a7957a4ff894513fa370f2f7 to your computer and use it in GitHub Desktop.
Save infinisil/718717a4a7957a4ff894513fa370f2f7 to your computer and use it in GitHub Desktop.
pkgs.runCommand "wget" { buildInputs = [ pkgs.makeWrapper ]; } ''
cp -rv ${pkgs.wget} $out
makeWrapper ${pkgs.wget}/bin/wget $out/bin/wget --add-flags '--hsts-file=$XDG_CACHE_HOME'
''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment