Nix Visual Diff

This commit is contained in:
Joseph Hanson 2024-04-08 19:41:26 -05:00
parent b11a417687
commit bce139687c
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 7 additions and 4 deletions

View file

@ -69,10 +69,6 @@
outputs = { self, nixpkgs-stable, nixpkgs-unstable, home-manager-stable, home-manager-unstable, hy3, ... }@inputs:
let
inherit (self) outputs;
forAllSystems = nixpkgs-stable.lib.genAttrs [
# "aarch64-linux"
"x86_64-linux"
];
in
{
hydraJobs = import ./hydra.nix { inherit inputs outputs; };

View file

@ -172,7 +172,11 @@
# other
df = "df -h";
du = "du -h";
# nvd - nix visual diff
nvdiff = "nvd diff /run/current-system result";
};
# rtx hook-env | source
# rtx activate fish | source
shellInit = ''

View file

@ -159,6 +159,9 @@
shellcheck
envsubst
# nix tools
nvd
];
# my traceroute
programs.mtr.enable = true;