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 9897805
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,11 @@ in
"d /mnt/snapshot/${username} 0755 ${username} users"
];

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

0 comments on commit 9897805

Please sign in to comment.