mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: renamed nix-diff to nd
This commit is contained in:
parent
94ac76e09d
commit
cd31c47d24
4 changed files with 5 additions and 5 deletions
|
|
@ -64,7 +64,7 @@ in
|
|||
|
||||
pkgs.ranger
|
||||
pkgs.deploy-rs
|
||||
pkgs.nix-diff
|
||||
myPkgs.nd
|
||||
|
||||
# GUI apps
|
||||
# social
|
||||
|
|
|
|||
|
|
@ -39,13 +39,13 @@
|
|||
|
||||
posy-cursor = pkgs-stable.callPackage ./posy-cursor.nix { };
|
||||
|
||||
nix-diff = pkgs-stable.writeShellApplication {
|
||||
name = "nix-diff";
|
||||
nd = pkgs-stable.writeShellApplication {
|
||||
name = "nd";
|
||||
runtimeInputs = [
|
||||
pkgs-stable.nix-output-monitor
|
||||
pkgs-stable.nvd
|
||||
];
|
||||
text = builtins.readFile ./nix-diff.sh;
|
||||
text = builtins.readFile ./nd.sh;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue