Skip to content

Commit

Permalink
Update home-manager with patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bryango committed Sep 25, 2024
1 parent d82a6ec commit 9d5acc9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 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 nixpkgs-config
18 changes: 9 additions & 9 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ final: prev: with prev; {
## option inspection does not work for flakes
## so simply drop this dependency to save space
nixos-option = null;
/** use GNU's hostname as it's more powerful */
unixtools.hostname = inetutils;
# /** use GNU's hostname as it's more powerful */
# unixtools.hostname = inetutils;
}).overrideAttrs {
/** fix hostname issues */
src = fetchFromGitHub {
name = "home-manager-source";
owner = "nix-community";
repo = "home-manager";
rev = "97069e11282bd586fb46e3fa4324d651668e1886";
hash = "sha256-otzfwp5EpQ6mlnASeGu0uSKoatlQnBvLv/f4JP+WtfA=";
};
# src = fetchFromGitHub {
# name = "home-manager-source";
# owner = "nix-community";
# repo = "home-manager";
# rev = "97069e11282bd586fb46e3fa4324d651668e1886";
# hash = "sha256-otzfwp5EpQ6mlnASeGu0uSKoatlQnBvLv/f4JP+WtfA=";
# };

};

Expand Down

0 comments on commit 9d5acc9

Please sign in to comment.