X-Git-Url: http://git.scottworley.com/nix-env-apps/blobdiff_plain/9e0d2593fcf329e8a8011cf3b12abb924277c35c..12e0d984f6f8f40691368b88756d87747b8f0b65:/default.nix diff --git a/default.nix b/default.nix index 94bc300..a0d1166 100644 --- a/default.nix +++ b/default.nix @@ -16,4 +16,12 @@ pkgs.python3Packages.callPackage ({ autopep8, buildPythonPackage buildInputs = [ gtk4 ]; pythonPath = [ pygobject3 ]; + meta = { + description = + "A simple GUI for managing declarative nix-env user environments"; + homepage = "https://git.scottworley.com/nix-env-apps"; + license = pkgs.lib.licenses.gpl3; + maintainers = with pkgs.lib.maintainers; [ chkno ]; + }; + }) { }