The bug that caused me to need this has been fixed

Bug report: https://github.com/zhaofengli/nix-homebrew/issues/14
Fix: https://github.com/zhaofengli/nix-homebrew/pull/39
This commit is contained in:
Gene Liverman 2025-01-10 15:18:43 -05:00
parent aa619622a9
commit 34882dccdf

View file

@ -7,11 +7,6 @@
goPath = "go"; goPath = "go";
}; };
k9s.enable = true; k9s.enable = true;
zsh = {
initExtra = ''
eval $(brew shellenv)
'';
};
}; };
sops = { sops = {