From 3790d334c994db7a0e1eac9c130c2b1316c78c35 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 31 Dec 2024 13:48:05 -0500 Subject: Upgrade nixos 24.05 -> 24.11, ghc 9.4.8 -> 9.6.6 It's good to update, I think nixos 24.05 was deprecated anyway. The iPython dontCheck is because there was a test timeout; I don't even know why iPython is being pulled in but whatever. --- Omni/Bild/Python.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Omni/Bild/Python.nix') diff --git a/Omni/Bild/Python.nix b/Omni/Bild/Python.nix index 23e9ecd..88abe94 100644 --- a/Omni/Bild/Python.nix +++ b/Omni/Bild/Python.nix @@ -5,6 +5,7 @@ _self: super: { let dontCheck = p: p.overridePythonAttrs (_: { doCheck = false; }); in { interegular = callPackage ./Deps/interegular.nix { }; + ipython = dontCheck pysuper.ipython; ludic = callPackage ./Deps/ludic.nix { }; mypy = dontCheck pysuper.mypy; outlines = callPackage ./Deps/outlines.nix { }; -- cgit v1.2.3