1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Merge pull request #12743 from NixOS/mergify/bp/2.27-maintenance/pr-12734

packaging/everything.nix: make sure doc and manpage outputs are symlinks (backport #12734)
This commit is contained in:
Jörg Thalheim 2025-03-24 14:47:47 +01:00 committed by GitHub
commit 9cb662df74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -201,8 +201,8 @@ stdenv.mkDerivation (finalAttrs: {
done done
# Forwarded outputs # Forwarded outputs
ln -s ${nix-manual} $doc ln -sT ${nix-manual} $doc
ln -s ${nix-manual.man} $man ln -sT ${nix-manual.man} $man
''; '';
passthru = { passthru = {