Local fork that builds my systems. Maintains relatively up to date packages with bootloader patches from Herman Rimm and Lilah Tascheter
Find a file
Ludovic Courtès 087602b687 Fix the order of environment variables in `derivation'.
* guix/derivations.scm (derivation)[env-vars-with-empty-outputs]:
  Prepend new environment variables (as expected by Nix), and add them
  to E.
2012-06-07 01:51:24 +02:00
guix Fix the order of environment variables in `derivation'. 2012-06-07 01:51:24 +02:00
srfi SRFI-64: Remove use of (ice-9 syntax-case). 2012-06-05 11:21:13 +02:00
tests tests: Look up test.drv' using search-path'. 2012-06-05 11:18:20 +02:00
.gitignore Add unit test for derivation parsing and output. 2012-04-19 23:09:55 +02:00
AUTHORS Add the usual top-level files. 2012-06-03 23:46:56 +02:00
COPYING Add the usual top-level files. 2012-06-03 23:46:56 +02:00
guix.scm Split (guix) in (guix store) and (guix derivations). 2012-04-18 23:34:12 +02:00
README Add the usual top-level files. 2012-06-03 23:46:56 +02:00

Guix is Nix[0] from Guile[1]!

Concretely, it allows Nix package management to be done entirely in
Scheme. The goal is to investigate whether Scheme, and in particular
the ability to define EDSLs, would allow it to fulfill the role of the
Nix language.

[0] http://nixos.org/nix/
[1] http://gnu.org/software/guile/