From f36ad45f17dba85427dc383d1a43c2bcce1aa441 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Sat, 17 Dec 2022 19:38:54 -0500 Subject: [PATCH] fix: reorder overlays --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index f517792ed..d7291fb96 100644 --- a/default.nix +++ b/default.nix @@ -519,8 +519,8 @@ lib.makeScope pkgs.newScope (self: { combining it with poetry2nix default overrides */ withDefaults = overlay: [ - self.defaultPoetryOverrides overlay + self.defaultPoetryOverrides ]; }; })