Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 3e94ffffd61573624883c02744f20ac3544ff9cb
      
https://github.com/NixOS/nix/commit/3e94ffffd61573624883c02744f20ac3544ff9cb
  Author: Eelco Dolstra <[email protected]>
  Date:   2012-03-27 (Tue, 27 Mar 2012)

  Changed paths:
    M scripts/nix-build.in

  Log Message:
  -----------
  Allow the command executed by "nix-build --run-env" to be overriden with 
--command


  Commit: 5144abe5b67628d6968d0ab829aa52a6428a77a6
      
https://github.com/NixOS/nix/commit/5144abe5b67628d6968d0ab829aa52a6428a77a6
  Author: Eelco Dolstra <[email protected]>
  Date:   2012-03-27 (Tue, 27 Mar 2012)

  Changed paths:
    M scripts/nix-build.in

  Log Message:
  -----------
  Add an option "--exclude" to filter dependencies in "nix-build --run-env"

Sometimes when doing "nix-build --run-env" you don't want all
dependencies to be built.  For instance, if we want to do "--run-env"
on the "build" attribute in Hydra's release.nix (to get Hydra's build
environment), we don't want its "tarball" dependency to be built.  So
we can do:

  $ nix-build --run-env release.nix -A build --exclude 'hydra-tarball'

This will skip the dependency whose name matches the "hydra-tarball"
regular expression.  The "--exclude" option can be repeated any number
of times.


  Commit: b8fb0ce5634456ba987231fc755c32af6f4ada30
      
https://github.com/NixOS/nix/commit/b8fb0ce5634456ba987231fc755c32af6f4ada30
  Author: Eelco Dolstra <[email protected]>
  Date:   2012-03-27 (Tue, 27 Mar 2012)

  Changed paths:
    M scripts/nix-build.in

  Log Message:
  -----------
  Update "nix-build --help"


Compare: https://github.com/NixOS/nix/compare/446b827...b8fb0ce
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to