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:
parent
7aa726c056
commit
4372250ba2
6 changed files with 639 additions and 681 deletions
30
README.md
30
README.md
|
@ -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
|
||||
|
||||

|
||||

|
||||
|
||||
## 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/>.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue