diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-09 01:34:57 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-09 01:34:57 +0100 |
commit | c1159c408c21a52dd9abc979cadadbfe87bcb0dd (patch) | |
tree | 6997515fe1537162d8ce85468100d5b557fe2731 | |
parent | 0005cb1e550a8538cd03a04ae05fa0ee71353b4c (diff) | |
download | nixos-c1159c408c21a52dd9abc979cadadbfe87bcb0dd.tar nixos-c1159c408c21a52dd9abc979cadadbfe87bcb0dd.tar.gz nixos-c1159c408c21a52dd9abc979cadadbfe87bcb0dd.tar.bz2 nixos-c1159c408c21a52dd9abc979cadadbfe87bcb0dd.tar.xz nixos-c1159c408c21a52dd9abc979cadadbfe87bcb0dd.zip |
Moved trivmix to custom to conform with precedent
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | custom/trivmix | 0 | ||||
l--------- | custom/trivmix.nix | 2 | ||||
m--------- | trivmix | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 51c669ec..dec45e26 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -1,5 +1,5 @@ | |||
1 | [submodule "trivmix"] | 1 | [submodule "trivmix"] |
2 | path = trivmix | 2 | path = custom/trivmix |
3 | url = git://git.yggdrasil.li/trivmix | 3 | url = git://git.yggdrasil.li/trivmix |
4 | [submodule "beuteltier"] | 4 | [submodule "beuteltier"] |
5 | path = beuteltier | 5 | path = beuteltier |
diff --git a/custom/trivmix b/custom/trivmix new file mode 160000 | |||
Subproject d40917517feeaffc3d8e90cf8e06004623b0c5f | |||
diff --git a/custom/trivmix.nix b/custom/trivmix.nix index 4dedc26c..c2f64840 120000 --- a/custom/trivmix.nix +++ b/custom/trivmix.nix | |||
@@ -1 +1 @@ | |||
../trivmix/package.nix \ No newline at end of file | trivmix/package.nix \ No newline at end of file | ||
diff --git a/trivmix b/trivmix deleted file mode 160000 | |||
Subproject 34405c67012884b9ffad6c013444b2beb8ec64f | |||