Skip to content

Instantly share code, notes, and snippets.

@aespinosa
Last active April 3, 2016 20:50
Show Gist options
  • Save aespinosa/7311f234296a451601c38da37129e555 to your computer and use it in GitHub Desktop.
Save aespinosa/7311f234296a451601c38da37129e555 to your computer and use it in GitHub Desktop.
Installing https://nixos.org/nix through a proxy like apt-cacher-ng
curl --silent http://nixos.org/nix/install | sed 's,https://nixos.org,http://proxy.dev:3142/nixos.org,' | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment