mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #542 from genebean/fix_nixdiff
Fix nixdiff on home-manager
This commit is contained in:
commit
0cb90a3e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
# home-manager switch --flake ~/repos/dots
|
# home-manager switch --flake ~/repos/dots
|
||||||
programs.zsh.shellAliases = {
|
programs.zsh.shellAliases = {
|
||||||
nixdiff = "cd ~/repos/dots && home-manager build --flake .#${username}-${system} && nvd diff /run/current-system result";
|
nixdiff = "cd ~/repos/dots && home-manager build --flake .#${username}-${system} && nvd diff ${config.home.homeDirectory}/.local/state/nix/profiles/home-manager result";
|
||||||
nixup = "home-manager switch --flake ~/repos/dots#${username}-${system}";
|
nixup = "home-manager switch --flake ~/repos/dots#${username}-${system}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue