lobster: init at unstable-2020-07-27
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ stdenv, lobster }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "lobster-test-can-run-hello-world";
|
||||
meta.timeout = 10;
|
||||
buildCommand = ''
|
||||
${lobster}/bin/lobster \
|
||||
${lobster}/share/Lobster/samples/rosettacode/hello_world_test.lobster \
|
||||
| grep 'Goodbye, World!'
|
||||
touch $out
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user