From f1120550765bc4e91579d5d20f6895916b19b0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Wed, 29 Nov 2023 15:39:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(neodymium/system)=20add=20comme?= =?UTF-8?q?nts=20in=20nix's=20default.nix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/neodymium/system/nix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/neodymium/system/nix/default.nix b/hosts/neodymium/system/nix/default.nix index 88f66a9..3cb3997 100644 --- a/hosts/neodymium/system/nix/default.nix +++ b/hosts/neodymium/system/nix/default.nix @@ -41,6 +41,7 @@ "vscode-extension-ms-vsliveshare-vsliveshare" ]; + # print diff between two generations system.activationScripts.nvd-report-changes = '' PATH=$PATH:${lib.makeBinPath [ pkgs.nvd pkgs.nix ]} nvd diff $(ls -dv /nix/var/nix/profiles/system-*-link | tail -2)