aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2006-10-04* tmpnam() -> File::Temp::tempdir().Eelco Dolstra
2006-09-25* Quick hack to let nix-install-package set the package name properlyEelco Dolstra
2006-09-25* In `nix-channel --update', skip manifests that assume a Nix store atEelco Dolstra
2006-09-25* Clean up calls to system().Eelco Dolstra
2006-09-25* Use builtins.toPath.Eelco Dolstra
2006-09-21* `nix-install-package --url': install from a URL (NIX-12).Eelco Dolstra
2006-09-21* Try konsole and gnome-terminal in addition to xterm.Eelco Dolstra
2006-09-20* Absolute path to rm (NIX-51).Eelco Dolstra
2006-09-20* Hide warnings about a missing "lsof" (NIX-54).Eelco Dolstra
2006-09-20* Use paths, not strings, when calling the function that generatesEelco Dolstra
2006-09-19* Doh.Eelco Dolstra
2006-09-19* Doh! Of course we have to take execute permission into account.Eelco Dolstra
2006-09-19* `optimise-store.pl' reduces disk space consumption by hard-linkingEelco Dolstra
2006-09-19* Cleanups.Eelco Dolstra
2006-09-19* `show-duplication.pl', a small utility that shows the amount ofEelco Dolstra
2006-09-06* Convenience option `nix-collect-garbage -d' (--delete-old): removesEelco Dolstra
2006-08-09* file:/ -> file://Eelco Dolstra
2006-08-08rework the --target flag. If this flag is used, a URI should be given. DefaultArmijn Hemel
2006-08-07* In nar.nix, path -> storePath, otherwise we get a collision betweenEelco Dolstra
2006-08-05add coreutils to the default PATH for this scripts, so we know for sure we ha...Armijn Hemel
2006-08-05prevent doing recursive chroots, by unsetting NIX_ROOT in the scripts.Armijn Hemel
2006-08-04* Use old-school pipe opens; the new style is Perl >= 5.8.0.Eelco Dolstra
2006-08-04* Remove the dependency on `date', use strftime instead.Eelco Dolstra
2006-08-03urgh...for some weird reason this one-liner was not in svn. PEBKAC!Armijn Hemel
2006-08-01* Better error checking.Eelco Dolstra
2006-08-01add a flag --target, so we can override the URL in the MANIFEST file. ThisArmijn Hemel
2006-07-28* `nix-instantiate ... --arg NAME VALUE': allow arguments to be passedEelco Dolstra
2006-07-21* Don't try to do DNS lookups.Eelco Dolstra
2006-07-19* Added a tool to find additional roots for the garbage collector,Eelco Dolstra
2006-05-31* This may be useful in the future.Eelco Dolstra
2006-05-08* Remove old manifests in `nix-channel --update'.Eelco Dolstra
2006-03-14* Allow the resulting symlink of nix-build to be named, e.g.,Eelco Dolstra
2006-03-10* Write messages to stderr, not stdout.Eelco Dolstra
2006-03-03* More online help.Eelco Dolstra
2006-03-03* Rewrote nix-build in Perl, since sh is just too limited (turns outEelco Dolstra
2006-02-24* Remove debug statement.Eelco Dolstra
2006-02-24* A script to remove from a manifest those patches whose base orEelco Dolstra
2006-02-24* Canonicalise manifests a bit by sorting them.Eelco Dolstra
2006-02-22* Separate the cache reading code.Eelco Dolstra
2006-02-22* Directory for nix.cs.uu.nl manifest / cache maintenance scripts.Eelco Dolstra
2006-02-22* Use right directories for NAR files and patches.Eelco Dolstra
2006-02-10* Enable the --attr in nix-build as well (and add -A as an alias).Eelco Dolstra
2006-02-01* Add @bindir@.Eelco Dolstra
2006-01-26* Don't force a build of derivations.Eelco Dolstra
2006-01-12* New tools nix-pack-closure and nix-unpack-closure. These provide aEelco Dolstra
2005-12-13* Change `referer' to `referrer' throughout. In particular, theEelco Dolstra
2005-11-17* FreeBSD compatibility fix.Eelco Dolstra
2005-10-29* Turn off build hooks in nix-push because of an impurity (NIX-21).Eelco Dolstra
2005-10-11add @coreutils@ to correctly use coreutils to create a profile. This is neededArmijn Hemel
2005-09-21* Remove other uses of IPC::Open2.Eelco Dolstra