build: add nix-diff and nvd to the devshell

This will allow me to check what is being included in the derivations
and why.
This commit is contained in:
Jalil David Salamé Messina 2025-07-01 18:21:22 +02:00
parent 840d414c9f
commit 54b6d5c5b2
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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";