Darwin doesn't like the "fix" from yesterday

This commit is contained in:
Gene Liverman 2024-03-05 09:47:45 -05:00
parent 75476c2fe4
commit 6c8f0e6490

View file

@ -47,7 +47,6 @@
# 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 = {
@ -55,14 +54,7 @@
permittedInsecurePackages = [ "python-2.7.18.7" ]; permittedInsecurePackages = [ "python-2.7.18.7" ];
}; };
}; };
pkgs-unstable = import nixpkgs-unstable { specialArgs = { inherit inputs username hostname; };
inherit system;
config = {
allowUnfree = true;
permittedInsecurePackages = [ "python-2.7.18.7" ];
};
};
};
modules = [ modules = [
nix-homebrew.darwinModules.nix-homebrew { nix-homebrew.darwinModules.nix-homebrew {
nix-homebrew = { nix-homebrew = {