From a4b683444e596fc2086b0363740e484d8eec0f33 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 20 Jul 2026 21:54:41 +0200 Subject: ... --- overlays/etesync-dav.nix | 6 +++--- overlays/nix-output-monitor.nix | 9 +++------ 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'overlays') diff --git a/overlays/etesync-dav.nix b/overlays/etesync-dav.nix index e0ced1e3..08a70c62 100644 --- a/overlays/etesync-dav.nix +++ b/overlays/etesync-dav.nix @@ -1,5 +1,5 @@ { final, prev, ... }: { - etesync-dav = final.python3Packages.buildPythonApplication rec { + etesync-dav = final.python310Packages.buildPythonApplication rec { pname = "etesync-dav"; version = "0.35.1"; pyproject = true; @@ -11,9 +11,9 @@ hash = "sha256-y4BhU2kSn+RWqc5+pJQFhbwfat9cMWD0ED0EXJp25cY="; }; - build-system = with final.python3Packages; [ setuptools ]; + build-system = with final.python310Packages; [ setuptools ]; - dependencies = with final.python3Packages; [ + dependencies = with final.python310Packages; [ appdirs etebase etesync diff --git a/overlays/nix-output-monitor.nix b/overlays/nix-output-monitor.nix index a15913ef..8e7fa76f 100644 --- a/overlays/nix-output-monitor.nix +++ b/overlays/nix-output-monitor.nix @@ -1,6 +1,3 @@ -{ final, prev, sources, ... }: -{ - nix-output-monitor = prev.nix-output-monitor.overrideAttrs (oldAttrs: prev.lib.optionalAttrs (prev.lib.versionAtLeast prev.ghc.version "9.10.1") { - inherit (sources.nix-output-monitor) version src; - }); -} +{ final, prev, flakeInputs, ... }: + flakeInputs.nix-output-monitor.overlays.default + final prev -- cgit v1.2.3