1
0
Fork 0

Install nix-diff

This commit is contained in:
Malte 2023-03-07 00:17:21 +01:00
parent 6ec9d187b7
commit 9f5360edc2
3 changed files with 3 additions and 1 deletions

View file

@ -146,6 +146,7 @@
magic-wormhole
alejandra
nix-top
nix-diff
matrix-commander
upterm
lazygit

View file

@ -86,7 +86,7 @@ in {
Left (_ :: Exception.IOException) -> say msg >> exitSuccess
Right value -> pure value
git arg = exe "/run/wrappers/bin/sudo" "-u" "${user}" "git" arg |> captureTrim
git arg = exe "/run/wrappers/bin/sudo" "-u" "${user}" "${lib.getExe pkgs.git}" arg |> captureTrim
main = do
cd "/etc/nixos"

View file

@ -13,5 +13,6 @@ self: super: {
helix # until 23.05: Various features
headscale # until 23.05: Required for correct hostnames and Android compat
lklWithFirewall # until 23.05: To Fix firewall checks
nix-diff
;
}