Skip to content

Commit

Permalink
Fix nixos-flake bug (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
francishamel authored Nov 19, 2023
1 parent 447b71c commit 0616102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
imports = [
self.nixosModules.common
self.nixosModules.darwin
self.darwinModules.home-manager
self.darwinModules_.home-manager
{
networking.hostName = "MacBook-Pro-Intel";
# TODO: parameterize this
Expand All @@ -54,7 +54,7 @@
imports = [
self.nixosModules.common
self.nixosModules.darwin
self.darwinModules.home-manager
self.darwinModules_.home-manager
{
networking.hostName = "talimachine";
# TODO: parameterize this
Expand Down

0 comments on commit 0616102

Please sign in to comment.