1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 02:55:39 +03:00

flake: add meta.mainProgram (#110)

This commit is contained in:
Jacob Birkett 2023-10-08 18:27:59 -07:00 committed by GitHub
parent 61caccdde0
commit 28b0432cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ rec {
inherit description;
homepage = "https://github.com/oxalica/nil";
license = with lib.licenses; [ mit asl20 ];
mainProgram = "nil";
};
};