about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-11-19 12:31:54 +0100
committerRobert Hensing <robert@roberthensing.nl>2023-11-19 12:44:45 +0100
commiteb8dafd288ccfffc18ff3b6fd41f01ef896e4039 (patch)
treeb553c2736433dc71f96d2ad4feb99fc433e6a73d
parent0ff56d503a3177e21816d9864a215ee3da3d42ac (diff)
downloadnixlib-eb8dafd288ccfffc18ff3b6fd41f01ef896e4039.tar
nixlib-eb8dafd288ccfffc18ff3b6fd41f01ef896e4039.tar.gz
nixlib-eb8dafd288ccfffc18ff3b6fd41f01ef896e4039.tar.bz2
nixlib-eb8dafd288ccfffc18ff3b6fd41f01ef896e4039.tar.lz
nixlib-eb8dafd288ccfffc18ff3b6fd41f01ef896e4039.tar.xz
nixlib-eb8dafd288ccfffc18ff3b6fd41f01ef896e4039.tar.zst
nixlib-eb8dafd288ccfffc18ff3b6fd41f01ef896e4039.zip
changelog-d: Document tests and updateScript
-rw-r--r--pkgs/by-name/ch/changelog-d/package.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/by-name/ch/changelog-d/package.nix b/pkgs/by-name/ch/changelog-d/package.nix
index 444e6de23357..2bccb02a2eb2 100644
--- a/pkgs/by-name/ch/changelog-d/package.nix
+++ b/pkgs/by-name/ch/changelog-d/package.nix
@@ -14,7 +14,10 @@ let
 
     version = oldAttrs.version + "-git-${lib.strings.substring 0 7 oldAttrs.src.rev}";
 
+    # nix-shell ./maintainers/scripts/update.nix --argstr package changelog-d
     passthru.updateScript = lib.getExe (callPackage ./updateScript.nix { });
+
+    # nix-build -A changelog-d.tests
     passthru.tests = {
       basic = callPackage ./tests/basic.nix { changelog-d = finalAttrs.finalPackage; };
     };