mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Darwin doesn't like the "fix" from yesterday
This commit is contained in:
parent
75476c2fe4
commit
6c8f0e6490
1 changed files with 6 additions and 14 deletions
20
flake.nix
20
flake.nix
|
|
@ -47,22 +47,14 @@
|
||||||
|
|
||||||
# creates a macOS system config
|
# creates a macOS system config
|
||||||
darwinHostConfig = system: hostname: username: nix-darwin.lib.darwinSystem {
|
darwinHostConfig = system: hostname: username: nix-darwin.lib.darwinSystem {
|
||||||
specialArgs = { inherit inputs username hostname;
|
pkgs = import nixpkgs {
|
||||||
pkgs = import nixpkgs {
|
inherit system;
|
||||||
inherit system;
|
config = {
|
||||||
config = {
|
allowUnfree = true;
|
||||||
allowUnfree = true;
|
permittedInsecurePackages = [ "python-2.7.18.7" ];
|
||||||
permittedInsecurePackages = [ "python-2.7.18.7" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
pkgs-unstable = import nixpkgs-unstable {
|
|
||||||
inherit system;
|
|
||||||
config = {
|
|
||||||
allowUnfree = true;
|
|
||||||
permittedInsecurePackages = [ "python-2.7.18.7" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
specialArgs = { inherit inputs username hostname; };
|
||||||
modules = [
|
modules = [
|
||||||
nix-homebrew.darwinModules.nix-homebrew {
|
nix-homebrew.darwinModules.nix-homebrew {
|
||||||
nix-homebrew = {
|
nix-homebrew = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue