Skip to content

Commit

Permalink
chore: disable system activation diff script
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Nov 10, 2024
1 parent 98a24ff commit 43209db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ in

system.activationScripts.diff = {
supportsDryActivation = true;
text = ''
${pkgs.nvd}/bin/nvd --nix-bin-dir=${pkgs.nix}/bin diff /run/current-system "$systemConfig"
'';
# text = ''
# ${pkgs.nvd}/bin/nvd --nix-bin-dir=${pkgs.nix}/bin diff /run/current-system "$systemConfig"
# '';
};
system.stateVersion = stateVersion;
}

0 comments on commit 43209db

Please sign in to comment.