Skip to content

Commit

Permalink
fix: reorder overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and adisbladis committed Feb 27, 2023
1 parent 4171ef6 commit f36ad45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,8 @@ lib.makeScope pkgs.newScope (self: {
combining it with poetry2nix default overrides
*/
withDefaults = overlay: [
self.defaultPoetryOverrides
overlay
self.defaultPoetryOverrides
];
};
})

0 comments on commit f36ad45

Please sign in to comment.