Skip to content

Instantly share code, notes, and snippets.

@countoren
Created January 8, 2020 20:47
Show Gist options
  • Save countoren/7db422e081d681f5346096bfeac53b5f to your computer and use it in GitHub Desktop.
Save countoren/7db422e081d681f5346096bfeac53b5f to your computer and use it in GitHub Desktop.
2 jappie
with import <nixpkgs>{};
runCommand "getfromInternet" { buildInputs = [ curl ];} ''curl www.google.com > $out''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment