this repo has no description
Rust 90.2%
Nix 9.7%
Shell 0.1%
34 1 5

Clone this repository

https://tangled.org/tgirl.cloud/lix-diff
git@tangled.org:tgirl.cloud/lix-diff

For self-hosted knots, clone URLs may differ based on your setup.

README.md

lix-diff#

example

Description#

This is a nix plugin built upon the lix package manager. It is intended that the experimental feature lix-custom-sub-commands which provides access to the lix command which allows for custom sub-commands to be used.

Installation#

Get it from nixpkgs:

nix profile install nixpkgs#lix-diff

Or get it from the flake:

nix profile install github:tgirlcloud/lix-diff

Usage#

The example below demonstrates the usage of the lix diff command.

lix diff /nix/var/nix/profiles/system-95-link/ /run/current-system

Without the experimental feature enabled, the command can be called via

lix-diff /nix/var/nix/profiles/system-95-link/ /run/current-system