Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-02 | Updates to nix-reduce-build: only realize fixed derivations if user asks so, ↵ | Michael Raskin | 1 | -1/+32 | |
or only use substituters. Oh, and add possibility to use : for things like /etc/nixos/nixpkgs:-A:gnused | |||||
2008-06-14 | Also trying to build derivers in case we cannot get substituters | Michael Raskin | 1 | -1/+9 | |
2008-06-14 | Added local best-effort builds (i.e. one failure does not ruin all packages ↵ | Michael Raskin | 1 | -2/+16 | |
you would like to see built) | |||||
2008-06-12 | Updated help text | Michael Raskin | 1 | -6/+15 | |
2008-06-12 | Added verbosity for nix-reduce-build | Michael Raskin | 1 | -0/+3 | |
2008-05-11 | Added support for file:// archive (.nar.gz) repositories to ↵ | Michael Raskin | 1 | -0/+5 | |
nix-reduce-build. /tmp/nix-export created by nix-http-export.cgi is OK. | |||||
2008-05-07 | --proxy=proxy:3128 | Michael Raskin | 1 | -1/+1 | |
2008-04-29 | Added http alternative transport for nix-reduce-build | Michael Raskin | 1 | -3/+12 | |
2008-02-27 | Added nix-reduce-build. You point it to some path you want to build and it ↵ | Michael Raskin | 1 | -0/+68 | |
fetches whatever it can from specified computers via nix-copy-closure. NOTE: You do want to set up RSA keys or ssh-agent or something... You really do want it. It will run separate ssh instances insane number of times. |