remove terranix, only use it in shells
This commit is contained in:
parent
3abb49699f
commit
856568a4b4
2 changed files with 0 additions and 8 deletions
|
@ -49,13 +49,6 @@ in {
|
||||||
|
|
||||||
castget = callPackage ./castget { };
|
castget = callPackage ./castget { };
|
||||||
|
|
||||||
terranix = callPackage (super.fetchgit {
|
|
||||||
url = "https://git.ingolf-wagner.de/terranix/terranix.git";
|
|
||||||
# rev = "2.1.0";
|
|
||||||
rev = "9daeaece7ce0cfedb18567e8acc332a22c5daec6";
|
|
||||||
sha256 = "0ikdd08yhkb6qb078a6a7av6c2s60n8nnz80ws6w718x7sfmswhm";
|
|
||||||
}) { };
|
|
||||||
|
|
||||||
nixos-generators = callPackage (super.fetchgit {
|
nixos-generators = callPackage (super.fetchgit {
|
||||||
url = "https://github.com/nix-community/nixos-generators.git";
|
url = "https://github.com/nix-community/nixos-generators.git";
|
||||||
rev = "e006f95894b91fccf903d1b0620c5a18879ab91f";
|
rev = "e006f95894b91fccf903d1b0620c5a18879ab91f";
|
||||||
|
|
|
@ -187,7 +187,6 @@ in {
|
||||||
command = "emoticons";
|
command = "emoticons";
|
||||||
})
|
})
|
||||||
|
|
||||||
terranix
|
|
||||||
bat
|
bat
|
||||||
|
|
||||||
zlib # ???
|
zlib # ???
|
||||||
|
|
Loading…
Reference in a new issue