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