Skip to content

Commit

Permalink
build: update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Oct 20, 2023
1 parent 9ff4976 commit 9fae60f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# FIXME replace with your username@hostname
"jonathan" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.aarch64-darwin; # Home-manager requires 'pkgs' instance
extraSpecialArgs = { inherit inputs; }; # Pass flake inputs to our config
# extraSpecialArgs = { inherit inputs; }; # Pass flake inputs to our config
# > Our main home-manager configuration file <
modules = [ ./home-manager/mac/home.nix ];
};
Expand Down

0 comments on commit 9fae60f

Please sign in to comment.