mirror of
https://github.com/RGBCube/dix
synced 2025-07-28 04:07:46 +00:00
chore: rename to nix-diff
This commit is contained in:
parent
2382373007
commit
f50cf38e37
3 changed files with 6 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -179,7 +179,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||||
|
||||
[[package]]
|
||||
name = "nnpdt"
|
||||
name = "nix-diff"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "nnpdt"
|
||||
name = "nix-diff"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Nix not Python diff tool
|
||||
# nix-diff
|
||||
|
||||
## diff nix system closures
|
||||
|
||||
## Usage
|
||||
|
||||
`nnpdt /nix/var/profiles/system-<version>-link /run/current-system`
|
||||
`nix-diff /nix/var/profiles/system-<version>-link /run/current-system`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue