mxisd: remove (#119372)

* mxisd: remove

See EOL notice at https://github.com/kamax-matrix/mxisd/blob/master/EOL.md#end-of-life-notice

* mxisd: Add throwing EOL notice
This commit is contained in:
Lorenz Leutgeb
2021-04-19 11:26:08 -04:00
committed by GitHub
parent 49f0d178d3
commit 0b0cd3f6aa
5 changed files with 7 additions and 87 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ in {
package = mkOption {
type = types.package;
default = pkgs.mxisd;
defaultText = "pkgs.mxisd";
default = pkgs.ma1sd;
defaultText = "pkgs.ma1sd";
description = "The mxisd/ma1sd package to use";
};