From 00511b17a94b04d3367c6757eb221880368be588 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Tue, 31 Mar 2026 19:26:54 +1000 Subject: [PATCH] Add whosthere --- alex/core.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/alex/core.nix b/alex/core.nix index a314a46..3fdbba3 100644 --- a/alex/core.nix +++ b/alex/core.nix @@ -1,5 +1,11 @@ { config, pkgs, inputs, ... }: +let + unstable = import inputs.nixpkgs-unstable { + system = pkgs.stdenv.hostPlatform.system; + config.allowUnfree = true; + }; +in { home.username = "alex"; home.homeDirectory = "/home/alex"; @@ -54,6 +60,7 @@ # networking tools dig + unstable.whosthere # iperf3 # dnsutils # `dig` + `nslookup` # ldns # replacement of `dig`, it provide the command `drill`