chore: flake update
This commit is contained in:
parent
232abf3975
commit
cc6689655f
5 changed files with 51 additions and 42 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue