chore: flake update

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2026-02-28 04:47:34 -03:00
parent 232abf3975
commit cc6689655f
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
5 changed files with 51 additions and 42 deletions

View file

@ -7,6 +7,15 @@
"flakes"
];
nixpkgs.overlays = [
# HACK: lager needs updating https://github.com/NixOS/nixpkgs/issues/493431
(final: prev: {
lager = prev.lager.override {
boost = final.boost188;
};
})
];
# Optimize storage
nix.optimise.automatic = true;
nix.settings.auto-optimise-store = true;