summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-06-01 23:29:55 +0200
committerLudovic Courtès <ludo@gnu.org>2012-06-03 23:46:56 +0200
commitb7a7f59847154f880b69061b9f59e7acf503c121 (patch)
treea6c4b6dcb462efcb680ec787214d95567be84dd5 /README
parent26bbbb95200b4fcd16bf92ee2593fccd9fe8f32d (diff)
Add the usual top-level files.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000000..b77c0fa4c9c
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
1Guix is Nix[0] from Guile[1]!
2
3Concretely, it allows Nix package management to be done entirely in
4Scheme. The goal is to investigate whether Scheme, and in particular
5the ability to define EDSLs, would allow it to fulfill the role of the
6Nix language.
7
8[0] http://nixos.org/nix/
9[1] http://gnu.org/software/guile/