+1
-1
doc/contributing/submitting-changes.chapter.md
+1
-1
doc/contributing/submitting-changes.chapter.md
···### Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests) {#submitting-changes-nixos-tests}-Packages with automated tests are much more likely to be merged in a timely fashion because it doesn’t require as much manual testing by the maintainer to verify the functionality of the package. If there are existing tests for the package, they should be run to verify your changes do not break the tests. Tests only apply to packages with NixOS modules defined and can only be run on Linux. For more details on writing and running tests, see the [section in the NixOS manual](https://nixos.org/nixos/manual/index.html#sec-nixos-tests).### Tested compilation of all pkgs that depend on this change using `nixpkgs-review` {#submitting-changes-tested-compilation}
···### Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests) {#submitting-changes-nixos-tests}+Packages with automated tests are much more likely to be merged in a timely fashion because it doesn’t require as much manual testing by the maintainer to verify the functionality of the package. If there are existing tests for the package, they should be run to verify your changes do not break the tests. Tests can only be run on Linux. For more details on writing and running tests, see the [section in the NixOS manual](https://nixos.org/nixos/manual/index.html#sec-nixos-tests).### Tested compilation of all pkgs that depend on this change using `nixpkgs-review` {#submitting-changes-tested-compilation}
+6
maintainers/maintainer-list.nix
+6
maintainers/maintainer-list.nix
···
+1
-5
nixos/modules/services/misc/jellyfin.nix
+1
-5
nixos/modules/services/misc/jellyfin.nix
······
+100
-24
nixos/tests/hibernate.nix
+100
-24
nixos/tests/hibernate.nix
···
···
+1
pkgs/applications/editors/neovim/wrapper.nix
+1
pkgs/applications/editors/neovim/wrapper.nix
+7
-2
pkgs/applications/misc/electrum/default.nix
+7
-2
pkgs/applications/misc/electrum/default.nix
······
······
+3
-3
pkgs/applications/misc/xplr/default.nix
+3
-3
pkgs/applications/misc/xplr/default.nix
···
···
+2
-2
pkgs/applications/networking/cluster/fluxctl/default.nix
+2
-2
pkgs/applications/networking/cluster/fluxctl/default.nix
···
···
+3
-3
pkgs/applications/networking/remote/remmina/default.nix
+3
-3
pkgs/applications/networking/remote/remmina/default.nix
······
······
+12
-3
pkgs/development/coq-modules/coqhammer/default.nix
+12
-3
pkgs/development/coq-modules/coqhammer/default.nix
···
···
+2
-2
pkgs/development/libraries/intel-media-driver/default.nix
+2
-2
pkgs/development/libraries/intel-media-driver/default.nix
+1
-1
pkgs/development/ocaml-modules/dtoa/default.nix
+1
-1
pkgs/development/ocaml-modules/dtoa/default.nix
+84
pkgs/development/ocaml-modules/letsencrypt/default.nix
+84
pkgs/development/ocaml-modules/letsencrypt/default.nix
···
···+url = "https://github.com/mmaker/ocaml-letsencrypt/releases/download/v${version}/letsencrypt-v${version}.tbz";
+2
-2
pkgs/development/ocaml-modules/mirage-crypto/default.nix
+2
-2
pkgs/development/ocaml-modules/mirage-crypto/default.nix
···url = "https://github.com/mirage/mirage-crypto/releases/download/v${version}/mirage-crypto-v${version}.tbz";
···url = "https://github.com/mirage/mirage-crypto/releases/download/v${version}/mirage-crypto-v${version}.tbz";
+82
pkgs/development/ocaml-modules/paf/default.nix
+82
pkgs/development/ocaml-modules/paf/default.nix
···
···+url = "https://github.com/dinosaure/paf-le-chien/releases/download/${version}/paf-${version}.tbz";
-2
pkgs/development/python-modules/karton-mwdb-reporter/default.nix
-2
pkgs/development/python-modules/karton-mwdb-reporter/default.nix
+4
-2
pkgs/development/python-modules/sagemaker/default.nix
+4
-2
pkgs/development/python-modules/sagemaker/default.nix
······
······
+2
-2
pkgs/development/tools/build-managers/sbt/default.nix
+2
-2
pkgs/development/tools/build-managers/sbt/default.nix
-61
pkgs/servers/jellyfin/10.5.x.nix
-61
pkgs/servers/jellyfin/10.5.x.nix
···-else lib.warn "Unsupported architecture, some image processing features might be unavailable" "unknown";-then lib.warn "Some image processing features might be unavailable for non x86-64 with Musl" "musl-"-url = "https://github.com/jellyfin/jellyfin/releases/download/v${version}/jellyfin_${version}_portable.tar.gz";
···
+1
pkgs/stdenv/generic/check-meta.nix
+1
pkgs/stdenv/generic/check-meta.nix
+10
pkgs/stdenv/generic/make-derivation.nix
+10
pkgs/stdenv/generic/make-derivation.nix
······
+26
pkgs/tools/misc/semiphemeral/default.nix
+26
pkgs/tools/misc/semiphemeral/default.nix
···
···
+3
-3
pkgs/tools/networking/innernet/default.nix
+3
-3
pkgs/tools/networking/innernet/default.nix
···
···
+7
-7
pkgs/tools/networking/zerotierone/default.nix
+7
-7
pkgs/tools/networking/zerotierone/default.nix
···
···
+2
-2
pkgs/tools/virtualization/govc/default.nix
+2
-2
pkgs/tools/virtualization/govc/default.nix
+1
pkgs/top-level/aliases.nix
+1
pkgs/top-level/aliases.nix
···kbdKeymaps = throw "kbdKeymaps is not needed anymore since dvp and neo are now part of kbd"; # added 2021-04-11
···+jellyfin_10_5 = throw "Jellyfin 10.5 is no longer supported and contains a security vulnerability. Please upgrade to a newer version."; # added 2021-04-26kbdKeymaps = throw "kbdKeymaps is not needed anymore since dvp and neo are now part of kbd"; # added 2021-04-11
+2
-2
pkgs/top-level/all-packages.nix
+2
-2
pkgs/top-level/all-packages.nix
······
······
+4
pkgs/top-level/ocaml-packages.nix
+4
pkgs/top-level/ocaml-packages.nix
······
······