From d626b5e7bf796cf4c61c2435f992ac0ad045ef04 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 29 Apr 2024 09:53:27 -0500 Subject: [PATCH] nix-inspect not in stable. --- home-manager/durincore.nix | 3 +++ nixos/common.nix | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home-manager/durincore.nix b/home-manager/durincore.nix index 86c22c1..8929c8e 100644 --- a/home-manager/durincore.nix +++ b/home-manager/durincore.nix @@ -248,6 +248,9 @@ # Dev vscode termius + + # Nix + nix-inspect ]; # alacritty - a cross-platform, GPU-accelerated terminal emulator diff --git a/nixos/common.nix b/nixos/common.nix index fe5508e..9f494ab 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -182,8 +182,6 @@ # nix tools nvd - nix-inspect - ]; # my traceroute programs.mtr.enable = true;