this repo has no description
1# lix-diff
2
3
4
5
6## Description
7
8This is a nix plugin built upon the [`lix`](https://lix.systems/) package manager. It
9is intended that the experimental feature `lix-custom-sub-commands` which
10provides access to the `lix` command which allows for custom sub-commands to be
11used.
12
13## Installation
14
15Get it from nixpkgs:
16
17```bash
18nix profile install nixpkgs#lix-diff
19```
20
21Or get it from the flake:
22
23```bash
24nix profile install github:tgirlcloud/lix-diff
25```
26
27## Usage
28
29The example below demonstrates the usage of the `lix diff` command.
30
31```bash
32lix diff /nix/var/nix/profiles/system-95-link/ /run/current-system
33```
34
35
36Without the experimental feature enabled, the command can be called via
37
38```bash
39lix-diff /nix/var/nix/profiles/system-95-link/ /run/current-system
40```
41