fix(base): remove redundant nvd script
This commit is contained in:
parent
39a5189c0d
commit
1008e6035f
1 changed files with 0 additions and 6 deletions
|
@ -311,10 +311,4 @@ in
|
||||||
};
|
};
|
||||||
xdg.userDirs.enable = true;
|
xdg.userDirs.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.activationScripts.diff = ''
|
|
||||||
if [ -e /run/current-system ]; then
|
|
||||||
${pkgs.nvd}/bin/nvd --nix-bin-dir ${pkgs.nix}/bin diff /run/current-system/ "$systemConfig"
|
|
||||||
fi
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue