Files
nixpkgs/pkgs/tools/misc
Sergei Trofimovich 4784bc20c8 diffoscope: fix the eval
Without the change the eval fails as:

    $ nix build --no-link -f. diffoscope
    error:
       … while evaluating the attribute 'drvPath'
         at lib/customisation.nix:416:7:
          415|     // {
          416|       drvPath =
             |       ^
          417|         assert condition;

       … while calling the 'derivationStrict' builtin
         at <nix/derivation-internal.nix>:34:12:
           33|
           34|   strict = derivationStrict drvAttrs;
             |            ^
           35|

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: fetchFromGitHub requires one of either `rev` or `tag` to be provided (not both).
2025-01-04 06:22:41 +00:00
..
2024-11-14 15:09:52 +00:00
2024-12-22 00:55:16 +00:00
2025-01-04 06:22:41 +00:00
2024-12-28 00:54:17 +00:00
2025-01-02 05:45:30 +00:00
2024-12-10 20:26:33 +01:00
2025-01-02 13:26:02 +00:00
2024-12-07 10:15:42 +00:00
2024-12-24 12:40:06 +00:00
2024-12-10 20:26:33 +01:00
2024-12-25 16:19:23 +03:00
2024-12-12 09:03:57 +00:00
2024-12-16 04:45:32 +00:00