From bce139687c71d5cdb670da1ba216c1ac61eb529a Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 8 Apr 2024 19:41:26 -0500 Subject: [PATCH] Nix Visual Diff --- flake.nix | 4 ---- home-manager/durincore.nix | 4 ++++ nixos/common.nix | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 91c7211..49d5cb0 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; diff --git a/home-manager/durincore.nix b/home-manager/durincore.nix index 0a9e154..1e9b036 100644 --- a/home-manager/durincore.nix +++ b/home-manager/durincore.nix @@ -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 = '' diff --git a/nixos/common.nix b/nixos/common.nix index be267ae..01f59b2 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -159,6 +159,9 @@ shellcheck envsubst + # nix tools + nvd + ]; # my traceroute programs.mtr.enable = true;