mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
carbon: +nix-diff
This commit is contained in:
parent
7dbd39f87c
commit
94ac76e09d
4 changed files with 11 additions and 15 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue