Replace deprecated deploy-rs overlay attribute with overlays.default
All checks were successful
CI / build (push) Successful in 1m31s
CI / deploy (docs-ops.qo.is) (push) Successful in 1m17s
CI / deploy (system-vm) (push) Successful in 1m39s
CI / deploy (system-physical) (push) Successful in 2m15s

This commit is contained in:
Raphael Zimmermann 2025-06-07 17:10:34 +02:00
parent e0ed351b79
commit 6fdc35b858

View file

@ -45,7 +45,7 @@
deployPkgs = import nixpkgs { deployPkgs = import nixpkgs {
inherit system; inherit system;
overlays = [ overlays = [
deploy-rs.overlay deploy-rs.overlays.default
(_self: super: { (_self: super: {
deploy-rs = { deploy-rs = {
inherit (pkgs) deploy-rs; inherit (pkgs) deploy-rs;