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

Merge pull request #12742 from NixOS/mergify/bp/2.26-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:42:17 +01:00 committed by GitHub
commit ec2eedad26
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 = {