Skip to content

Instantly share code, notes, and snippets.

@RocketPuppy
Created May 7, 2016 01:03
Show Gist options
  • Save RocketPuppy/bddb80232526da4156a9c60414f043ff to your computer and use it in GitHub Desktop.
Save RocketPuppy/bddb80232526da4156a9c60414f043ff to your computer and use it in GitHub Desktop.
# My NixOS channel is behind the regular nix pkgs channel, so I didn't have go 1.6 or node 5 available in <nix_pkgs>
nix-build default.nix --arg go '(import <custom_pkgs> {}).go_1_6' --arg goPackages '(import <custom_pkgs> {}).go16Packages' --arg nodejs '(import <custom_pkgs> {}).nodejs-5_x'
nix-env -i -f default.nix --arg go '(import <custom_pkgs> {}).go_1_6' --arg goPackages '(import <custom_pkgs> {}).go16Packages' --arg nodejs '(import <custom_pkgs> {}).nodejs-5_x'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment