Unverified Commit 549c7682 authored by emilylange's avatar emilylange
Browse files

nixos/unity3d: remove since the corresponding package was removed too

This should have had happened in 2022 when pkgs.unity3d was removed from
nixpkgs in 4161b3d1.
parent 316b15b3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -109,6 +109,11 @@ in
      consider using `programs.pay-respects` instead.
    '')
    (mkRemovedOptionModule [ "programs" "tilp2" ] "The corresponding package was removed from nixpkgs.")
    (mkRemovedOptionModule [
      "programs"
      "unity3d"
      "enable"
    ] "The corresponding package was removed from nixpkgs in 2022.")
    (mkRemovedOptionModule [ "programs" "way-cooler" ] (
      "way-cooler is abandoned by its author: "
      + "https://way-cooler.org/blog/2020/01/09/way-cooler-post-mortem.html"
+0 −7
Original line number Diff line number Diff line
@@ -9,13 +9,6 @@ let
  sandbox = pkgs.chromium.sandbox;
in
{
  imports = [
    (lib.mkRenamedOptionModule
      [ "programs" "unity3d" "enable" ]
      [ "security" "chromiumSuidSandbox" "enable" ]
    )
  ];

  options.security.chromiumSuidSandbox.enable = lib.mkOption {
    type = lib.types.bool;
    default = false;