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:
|
outputs = { self, nixpkgs-stable, nixpkgs-unstable, home-manager-stable, home-manager-unstable, hy3, ... }@inputs:
|
||||||
let
|
let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
forAllSystems = nixpkgs-stable.lib.genAttrs [
|
|
||||||
# "aarch64-linux"
|
|
||||||
"x86_64-linux"
|
|
||||||
];
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
hydraJobs = import ./hydra.nix { inherit inputs outputs; };
|
hydraJobs = import ./hydra.nix { inherit inputs outputs; };
|
||||||
|
|
|
@ -172,7 +172,11 @@
|
||||||
# other
|
# other
|
||||||
df = "df -h";
|
df = "df -h";
|
||||||
du = "du -h";
|
du = "du -h";
|
||||||
|
|
||||||
|
# nvd - nix visual diff
|
||||||
|
nvdiff = "nvd diff /run/current-system result";
|
||||||
};
|
};
|
||||||
|
|
||||||
# rtx hook-env | source
|
# rtx hook-env | source
|
||||||
# rtx activate fish | source
|
# rtx activate fish | source
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
|
|
|
@ -159,6 +159,9 @@
|
||||||
shellcheck
|
shellcheck
|
||||||
envsubst
|
envsubst
|
||||||
|
|
||||||
|
# nix tools
|
||||||
|
nvd
|
||||||
|
|
||||||
];
|
];
|
||||||
# my traceroute
|
# my traceroute
|
||||||
programs.mtr.enable = true;
|
programs.mtr.enable = true;
|
||||||
|
|
Reference in a new issue