Main public logs
Combined display of all available logs of Official NixOS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:17, 8 June 2025 Layer-09 talk contribs created page Layer-09/common.js (Created page with "// Add copy-to-clipboard functionality for the Command sandbox template $(function () { $(document.body).on('click', '.mw-copy-button', function() { var button = $(this); var block = button.closest('.mw-command-block'); var source = block.find('.mw-copy-source'); if (!source.length) return; navigator.clipboard.writeText(source.val()).then(function() { var originalText = button.text(); button.text('Copi...")