refactor: remove unstable from apl386
This commit is contained in:
parent
2dad3d3b77
commit
8c8c9f48e1
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@
|
||||||
stdenvNoCC,
|
stdenvNoCC,
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "apl386";
|
name = "apl386";
|
||||||
version = "unstable";
|
|
||||||
|
|
||||||
src = inputs.apl386;
|
src = inputs.apl386;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue