Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created June 13, 2018 18:20
Show Gist options
  • Save LnL7/7aed833a256c8ba218cd9081009fd572 to your computer and use it in GitHub Desktop.
Save LnL7/7aed833a256c8ba218cd9081009fd572 to your computer and use it in GitHub Desktop.
drv=$(nix-instantiate '<nixpkgs>' -A hello)
out=$(nix-store -q --binding out "$drv")
nix build "$drv"
echo "$out"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment