mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Merge pull request #377 from genebean/fix-darwin
Darwin doesn't like the "fix" from yesterday
This commit is contained in:
commit
35064d0134
1 changed files with 6 additions and 14 deletions
10
flake.nix
10
flake.nix
|
|
@ -47,7 +47,6 @@
|
|||
|
||||
# creates a macOS system config
|
||||
darwinHostConfig = system: hostname: username: nix-darwin.lib.darwinSystem {
|
||||
specialArgs = { inherit inputs username hostname;
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
config = {
|
||||
|
|
@ -55,14 +54,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 = [
|
||||
nix-homebrew.darwinModules.nix-homebrew {
|
||||
nix-homebrew = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue