1
Fork 0
mirror of https://github.com/RGBCube/dix synced 2025-07-28 12:17:45 +00:00

doc: enhance readme, make license markdown, fix flake description

This commit is contained in:
RGBCube 2025-05-09 17:44:54 +03:00 committed by bloxx12
parent 7aa726c056
commit 4372250ba2
6 changed files with 639 additions and 681 deletions

View file

@ -1,13 +1,33 @@
# dix
# Diff Nix
## diff Nix stuff
A tool to diff any Nix related thing.
Currently only system closures
Currently only supports system closures.
## Usage
`dix /nix/var/profiles/system-<version>-link /run/current-system`
# Why dix?
## Output
![dix nuts](.github/dix.png)
![output of `dix /nix/var/nix/profiles/system-165-link/ /run/current-system`](images/dix.png)
## License
```
Dix: Diff Nix
Copyright (C) 2025-present bloxx12
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
```