Loading nixos/modules/rename.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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" Loading nixos/modules/security/chromium-suid-sandbox.nix +0 −7 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
nixos/modules/rename.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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" Loading
nixos/modules/security/chromium-suid-sandbox.nix +0 −7 Original line number Diff line number Diff line Loading @@ -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; Loading