- Sep 06, 2006
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
old generations of *all* profiles in /nix/var/nix/profiles, then runs the garbage collector. Quick way to get rid of all old stuff. Of course, one cannot roll back to earlier points in time after this.
-
- Sep 05, 2006
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Sep 04, 2006
-
-
Eelco Dolstra authored
* Install libexpr header files.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
marshalling code.
-
Eelco Dolstra authored
* Optimise header file usage a bit. * Compile the parser as C++.
-
Eelco Dolstra authored
-
- Sep 01, 2006
-
-
Eelco Dolstra authored
and returns its path. This can be used to (for instance) write builders inside a Nix expression, e.g., stdenv.mkDerivation { builder = " source $stdenv/setup ... "; ... }
-
Eelco Dolstra authored
bad flex doesn't have lexical restrictions, the current solution isn't quite right...)
-
Eelco Dolstra authored
-
- Aug 31, 2006
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Aug 30, 2006
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
evaluate its arguments.
-
Eelco Dolstra authored
-
- Aug 29, 2006
-
-
Eelco Dolstra authored
a warning.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Aug 28, 2006
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
derivation attributes to flatten them into strings. This is possible since string can nowadays be wrapped in contexts that describe the derivations/sources referenced by the evaluation of the string.
-
- Aug 26, 2006
-
-
Eelco Dolstra authored
-
- Aug 25, 2006
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
"powerpc-linux".
-
Eelco Dolstra authored
-
Eelco Dolstra authored
location when building RPMs (fixes NIX-58).
-
- Aug 24, 2006
-
-
Eelco Dolstra authored
normalised away.
-
Eelco Dolstra authored
an XML representation stored in a string. This should be useful to pass structured information to builders.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Aug 23, 2006
-
-
Eelco Dolstra authored
$ nix-env -qa --system-filter \* --arg system '"powerpc-darwin"' to override the system from the default value (__currentSystem in all-packages.nix).
-
Eelco Dolstra authored
foo.nix -A attr --arg name value" will work if (name, value) is needed in the evaluation leading up to "attr".
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
all the primops. This allows Nix expressions to test for new primops and take appropriate action if they're not available. For instance, rather than calling a primop `foo' directly, they could say `if builtins ? foo then builtins.foo ... else ...'.
-