1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 20:16:03 +01:00
nix/tests
Eelco Dolstra f30663a94a Abbreviate flakerefs in error messages
In particular, this gets rid of the `narHash` query parameter and
shortens the Git revision in GitHub flakerefs. So instead of

       … from call site
         at «github:NixOS/nixpkgs/3bea86e918d8b54aa49780505d2d4cd9261413be?narHash=sha256-Ica%2B%2BSXFuLyxX9Q7YxhfZulUif6/gwM8AEQYlUxqSgE%3D»/lib/customisation.nix:69:16:
           68|     let
           69|       result = f origArgs;
             |                ^
           70|

we get

       … from call site
         at «github:NixOS/nixpkgs/3bea86e»/lib/customisation.nix:69:16:
           68|     let
           69|       result = f origArgs;
             |                ^
           70|
2025-10-30 18:13:35 +01:00
..
functional Abbreviate flakerefs in error messages 2025-10-30 18:13:35 +01:00
installer Format .nix files 2025-01-24 17:04:02 +01:00
nixos test(nixos): add S3 multipart upload integration tests 2025-10-28 06:17:41 +00:00
repl-completion.nix Format .nix files 2025-01-24 17:04:02 +01:00