Nix Visual Diff
This commit is contained in:
parent
b11a417687
commit
bce139687c
3 changed files with 7 additions and 4 deletions
|
@ -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; };
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
|
@ -159,6 +159,9 @@
|
|||
shellcheck
|
||||
envsubst
|
||||
|
||||
# nix tools
|
||||
nvd
|
||||
|
||||
];
|
||||
# my traceroute
|
||||
programs.mtr.enable = true;
|
||||
|
|
Reference in a new issue