.\" -*- mode: troff; coding: utf-8 -*- .TH "nix3-profile-diff-closures" "1" "" .PP \fBWarning\fR: This program is \fBexperimental\fR and its interface is subject to change. .SH Name \fCnix profile diff-closures\fR - show the closure difference between each version of a profile .SH Synopsis \fCnix profile diff-closures\fR [\fIoption\fR\[u2026]] .SH Examples .IP "\(bu" 2 Show what changed between each version of the NixOS system profile: .LP .EX # nix profile diff-closures --profile /nix/var/nix/profiles/system Version 13 -> 14: acpi-call: 2020-04-07-5.8.13 → 2020-04-07-5.8.14 aws-sdk-cpp: -6723.1 KiB … Version 14 -> 15: acpi-call: 2020-04-07-5.8.14 → 2020-04-07-5.8.16 attica: -996.2 KiB breeze-icons: -78713.5 KiB brotli: 1.0.7 → 1.0.9, +44.2 KiB .EE .SH Description This command shows the difference between the closures of subsequent versions of a profile. See \fB\fCnix store diff-closures\fR\fR (\fInix3-store-diff-closures.md\fR) for details. .SH Options .IP "\(bu" 2 \fC--profile\fR \fIpath\fR .br The profile to update.