Skip to content

Commit

Permalink
Rename darwin input to nix-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
jjant committed Nov 25, 2023
1 parent eb82863 commit 6272b64
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
44 changes: 22 additions & 22 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};

darwin = {
nix-darwin = {
url = "github:LnL7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down Expand Up @@ -99,7 +99,7 @@
};


outputs = { self, nixpkgs, flake-utils, home-manager, darwin, ... }@inputs:
outputs = { self, nixpkgs, flake-utils, home-manager, nix-darwin, ... }@inputs:
let
systems = [
"aarch64-darwin"
Expand Down Expand Up @@ -136,7 +136,7 @@
in
hostDrvs // default;
}) // {
darwinConfigurations.darwinOdyssey = darwin.lib.darwinSystem {
darwinConfigurations.darwinOdyssey = nix-darwin.lib.darwinSystem {
system = "aarch64-darwin";
modules = [
home-manager.darwinModules.home-manager
Expand Down

0 comments on commit 6272b64

Please sign in to comment.