Authorized insecure package python2.7.28.8 compilation

This commit is contained in:
2025-06-29 15:10:08 +03:00
parent 1d693ae945
commit 08b2a3cd50

View File

@@ -1,4 +1,5 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
nixpkgs.config.permittedInsecurePackages = [ "python-2.7.18.8" ];
nixpkgs.config = { chromium = { enableWideVine = true; }; }; nixpkgs.config = { chromium = { enableWideVine = true; }; };
users.users.user = { users.users.user = {
isNormalUser = true; isNormalUser = true;