diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-12-02 22:54:19 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-03 23:05:11 +0100 |
| commit | e05385192ca201d44d607af162f197ad39fd1987 (patch) | |
| tree | 20edebc9127b5f07f0fccdc0fd784b6e695ae13d | |
| parent | c2033df432af87d0176347858c7d11acfe2ed89f (diff) | |
build: Add Nix as a sub-module.
* .gitmodules, nix-upstream: New files.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | nix-upstream | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000000..0c3b0466088 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nix-upstream"] + path = nix-upstream + url = http://github.com/NixOS/nix.git diff --git a/nix-upstream b/nix-upstream new file mode 160000 +Subproject 8eed07cda4c193bfcdd6ac4345ac6fb54aee026 |
