mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
commit
06522221b9
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
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ in {
|
|||
nodejs
|
||||
nodePackages.npm
|
||||
openjdk
|
||||
python2
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue