···238238239239# nixos/movim: format with nixfmt-rfc-style
24024043c1654cae47cbf987cb63758c06245fa95c1e3b
241241+242242+# nixos/iso-image.nix: nixfmt
243243+da9a092c34cef6947d7aee2b134f61df45171631
···22 lib,
33 stdenv,
44 fetchurl,
55+ callPackage,
56}:
67stdenv.mkDerivation (finalAttrs: {
78 pname = "ynetd";
···2122 install -Dm755 ynetd $out/bin/ynetd
2223 runHook postInstall
2324 '';
2525+2626+ # ctf-ynetd releases are based on the last stable ynetd version
2727+ # these should be kept in sync when possible
2828+ passthru.hardened = callPackage ./hardened.nix { };
24292530 meta = {
2631 description = "Small server for binding programs to TCP ports";
···939939 mariadb-client = hiPrio mariadb.client; #added 2019.07.28
940940 maligned = throw "maligned was deprecated upstream in favor of x/tools/go/analysis/passes/fieldalignment"; # Added 20204-08-24
941941 manicode = throw "manicode has been renamed to codebuff"; # Added 2024-12-10
942942+ manta = throw "manta does not support python3, and development has been abandoned upstream"; # Added 2025-03-17
942943 marwaita-manjaro = lib.warnOnInstantiate "marwaita-manjaro has been renamed to marwaita-teal" marwaita-teal; # Added 2024-07-08
943944 marwaita-peppermint = lib.warnOnInstantiate "marwaita-peppermint has been renamed to marwaita-red" marwaita-red; # Added 2024-07-01
944945 marwaita-ubuntu = lib.warnOnInstantiate "marwaita-ubuntu has been renamed to marwaita-orange" marwaita-orange; # Added 2024-07-08