carbon: +nix-diff

This commit is contained in:
Primrose 2024-08-02 12:26:19 +02:00
parent 7dbd39f87c
commit 94ac76e09d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 11 additions and 15 deletions

View file

@ -38,6 +38,15 @@
tokei = pkgs-stable.callPackage ./tokei { }; # alpha tokei with typst, skel, hledger
posy-cursor = pkgs-stable.callPackage ./posy-cursor.nix { };
nix-diff = pkgs-stable.writeShellApplication {
name = "nix-diff";
runtimeInputs = [
pkgs-stable.nix-output-monitor
pkgs-stable.nvd
];
text = builtins.readFile ./nix-diff.sh;
};
};
};
}