From 54b6d5c5b2233a094e3c2309abc5d1e841209f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Tue, 1 Jul 2025 18:21:22 +0200 Subject: [PATCH] build: add nix-diff and nvd to the devshell This will allow me to check what is being included in the derivations and why. --- flake-modules/devshells.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake-modules/devshells.nix b/flake-modules/devshells.nix index c387269..f9eeaa4 100644 --- a/flake-modules/devshells.nix +++ b/flake-modules/devshells.nix @@ -4,8 +4,11 @@ _: { { devShells.default = pkgs.mkShellNoCC { buildInputs = [ - pkgs.just self'.packages.nvim + + pkgs.just + pkgs.nix-diff + pkgs.nvd pkgs.uv ]; QEMU_OPTS_WL = "-enable-kvm -nodefaults -m 4G -cpu host -smp 4 -device virtio-gpu";