Compare commits

..

No commits in common. "b41edf0cfb933137289e579a6318fa826a027c12" and "0d6da8d678ed2b6209bd93dadd195b32d29aff17" have entirely different histories.

View file

@ -11,17 +11,6 @@
permittedInsecurePackages = [ "olm-3.2.16" ];
};
system.activationScripts.diff-closures = {
text = ''
if [[ -e /run/current-system ]]; then
${config.nix.package}/bin/nix store diff-closures \
/run/current-system "$systemConfig" \
--extra-experimental-features nix-command
fi
'';
supportsDryActivation = true;
};
nix = {
# Use default version alias for nix package
package = pkgs.nix;