Darwin fixes
This commit is contained in:
parent
d894374f53
commit
94b40d62d2
4 changed files with 33 additions and 6 deletions
|
@ -17,7 +17,7 @@
|
|||
home.inputs.nixpkgs.follows = "unstable";
|
||||
|
||||
darwin.url = "github:LnL7/nix-darwin";
|
||||
darwin.inputs.nixpkgs.follows = "unstable";
|
||||
darwin.inputs.nixpkgs.follows = "stable";
|
||||
|
||||
deploy.follows = "digga/deploy";
|
||||
|
||||
|
@ -173,7 +173,9 @@
|
|||
system = "x86_64-darwin";
|
||||
modules = [ home.darwinModules.home-manager ./hosts/mbp ];
|
||||
inputs = { inherit darwin; };
|
||||
specialArgs = { inherit emacs-overlay; };
|
||||
specialArgs = {
|
||||
inherit emacs-overlay; unstablePkgsInput = inputs.unstablePkgs;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue