5 lines
78 B
Nix
5 lines
78 B
Nix
{
|
|
nixpkgs.config.permittedInsecurePackages = [
|
|
"python-2.7.18.6"
|
|
];
|
|
}
|