···124125- [rasdaemon](https://github.com/mchehab/rasdaemon), a hardware error logging daemon. Available as [hardware.rasdaemon](#opt-hardware.rasdaemon.enable).
12600127## Backward Incompatibilities {#sec-release-21.11-incompatibilities}
128129- The `services.wakeonlan` option was removed, and replaced with `networking.interfaces.<name>.wakeOnLan`.
···124125- [rasdaemon](https://github.com/mchehab/rasdaemon), a hardware error logging daemon. Available as [hardware.rasdaemon](#opt-hardware.rasdaemon.enable).
126127+- `code-server`-module now available
128+129## Backward Incompatibilities {#sec-release-21.11-incompatibilities}
130131- The `services.wakeonlan` option was removed, and replaced with `networking.interfaces.<name>.wakeOnLan`.
···1# Arguments that this derivation gets when it is created with `callPackage`
2{ stdenv
3, lib
4-, symlinkJoin
5, makeWrapper
06, yt-dlp
7}:
8···10mpv:
1112let
13- # arguments to the function (called `wrapMpv` in all-packages.nix)
14 wrapper = {
15 extraMakeWrapperArgs ? [],
16 youtubeSupport ? true,
···1# Arguments that this derivation gets when it is created with `callPackage`
2{ stdenv
3, lib
04, makeWrapper
5+, symlinkJoin
6, yt-dlp
7}:
8···10mpv:
1112let
13+ # arguments to the function (exposed as `wrapMpv` in all-packages.nix)
14 wrapper = {
15 extraMakeWrapperArgs ? [],
16 youtubeSupport ? true,