X-Git-Url: http://git.scottworley.com/nix-pin-deps/blobdiff_plain/ac783e5803ab562c1b7ce17b1b4ab6b5af95006d..cf8e9f60920742f11a972c266e8bf5bf358c0881:/default.nix?ds=sidebyside diff --git a/default.nix b/default.nix index 7be4d9c..b3b1fa6 100644 --- a/default.nix +++ b/default.nix @@ -10,4 +10,10 @@ pkgs.python3Packages.callPackage checkPhase = '' ./test.sh ${lib.optionalString lint "lint"} ''; + meta = { + description = "GC-pin dependencies of a partially-built derivation"; + homepage = "https://git.scottworley.com/nix-pin-deps"; + license = pkgs.lib.licenses.gpl3; + maintainers = with pkgs.lib.maintainers; [ chkno ]; + }; }) { }