Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 6519f06f397448c3f1677e87e385012e2507164b
      
https://github.com/NixOS/nix/commit/6519f06f397448c3f1677e87e385012e2507164b
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M src/libexpr/common-opts.cc
    M src/libexpr/download.cc
    M src/libexpr/download.hh
    M src/libexpr/parser.y
    M src/nix-instantiate/nix-instantiate.cc

  Log Message:
  -----------
  nix-env/nix-instantiate/nix-build: Support URIs

For instance, you can install Firefox from a specific Nixpkgs revision
like this:

  $ nix-env -f 
https://github.com/NixOS/nixpkgs/archive/63def04891a0abc328b1b0b3a78ec02c58f48583.tar.gz
 -iA firefox

Or build a package from the latest nixpkgs-unstable channel:

  $ nix-build https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz -A 
hello


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to