mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Install python2 (ewwww)
This commit is contained in:
parent
e2335dc6ca
commit
5c5d9c5b0c
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue