refactor: remove unstable from apl386

This commit is contained in:
buffet 2023-06-21 10:34:05 +02:00
parent 2dad3d3b77
commit 8c8c9f48e1

View file

@ -4,8 +4,7 @@
stdenvNoCC, stdenvNoCC,
}: }:
stdenvNoCC.mkDerivation { stdenvNoCC.mkDerivation {
pname = "apl386"; name = "apl386";
version = "unstable";
src = inputs.apl386; src = inputs.apl386;