Is it allowed to call .override
on a package when installing it via systemPackages
without creating an overlay for it?
I.e.
environment.systemPackages = with pkgs; [
somePackage.override { foo = bar; }
];
Is it allowed to call .override
on a package when installing it via systemPackages
without creating an overlay for it?
I.e.
environment.systemPackages = with pkgs; [
somePackage.override { foo = bar; }
];
Sure. Just note: