Install python2 (ewwww)

This commit is contained in:
Gene Liverman 2023-10-09 14:35:27 -04:00
parent e2335dc6ca
commit 5c5d9c5b0c
2 changed files with 7 additions and 1 deletions

View file

@ -61,7 +61,12 @@
system = "x86_64-darwin";
pkgs = import nixpkgs {
system = "x86_64-darwin";
config.allowUnfree = true;
config = {
allowUnfree = true;
permittedInsecurePackages = [
"python-2.7.18.6"
];
};
};
modules = [
nix-homebrew.darwinModules.nix-homebrew