···124124125125- [rasdaemon](https://github.com/mchehab/rasdaemon), a hardware error logging daemon. Available as [hardware.rasdaemon](#opt-hardware.rasdaemon.enable).
126126127127+- `code-server`-module now available
128128+127129## Backward Incompatibilities {#sec-release-21.11-incompatibilities}
128130129131- The `services.wakeonlan` option was removed, and replaced with `networking.interfaces.<name>.wakeOnLan`.
···11# Arguments that this derivation gets when it is created with `callPackage`
22{ stdenv
33, lib
44-, symlinkJoin
54, makeWrapper
55+, symlinkJoin
66, yt-dlp
77}:
88···1010mpv:
11111212let
1313- # arguments to the function (called `wrapMpv` in all-packages.nix)
1313+ # arguments to the function (exposed as `wrapMpv` in all-packages.nix)
1414 wrapper = {
1515 extraMakeWrapperArgs ? [],
1616 youtubeSupport ? true,