diff --git a/upstream/default.nix b/upstream/default.nix index e78d5f1..2e3d927 100644 --- a/upstream/default.nix +++ b/upstream/default.nix @@ -90,6 +90,14 @@ let done ''; + meta = with stdenv.lib; { + description = + "The Genode operation system framework (${repo} repository)."; + homepage = "https://genode.org/"; + license = licenses.agpl3; + maintainers = [ maintainers.ehmry ]; + }; + shellHook = '' export PROMPT_DIRTRIM=2 export PS1="\[\033[1;30m\]Genode-dev [\[\033[1;37m\]\w\[\033[1;30m\]] $\[\033[0m\] "