ceptre: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-08 21:45:09 +07:00
parent 7a4f83fc9d
commit a903fedd90

View file

@ -20,6 +20,6 @@ stdenv.mkDerivation {
description = "A linear logic programming language for modeling generative interactive systems";
homepage = "https://github.com/chrisamaphone/interactive-lp";
maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
platforms = platforms.unix;
};
}