diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-12-19 23:18:49 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-12-19 23:18:49 +0100 |
commit | 9ac97e83e9d8bef310b5353c64505498c9d16ce7 (patch) | |
tree | d10dfb8b9a2c820bb4a51e11b442058653c19806 /.gitmodules | |
parent | 36457566f9917dc7c0c348d012816a2ca333ef1b (diff) | |
download | guix-9ac97e83e9d8bef310b5353c64505498c9d16ce7.tar guix-9ac97e83e9d8bef310b5353c64505498c9d16ce7.tar.gz |
Remove 'nix-upstream' submodule.
* nix/sync-with-upstream: Remove.
* bootstrap: Remove uses of 'git submodule' and 'sync-with-usptream'.
* .gitmodules: Remove.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index dcc4462652..0000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "nix-upstream"] - path = nix-upstream - url = https://github.com/NixOS/nix.git |