netboot: allow build on aarch64-linux
This commit is contained in:
parent
8c2f1eb3b9
commit
2bcd3bef43
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Mini PXE server";
|
description = "Mini PXE server";
|
||||||
maintainers = [ maintainers.raskin ];
|
maintainers = [ maintainers.raskin ];
|
||||||
platforms = ["x86_64-linux"];
|
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
license = lib.licenses.free;
|
license = lib.licenses.free;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue