Skip to content

Commit

Permalink
Move overlay.nix to default.nix for easier import
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Dec 14, 2024
1 parent d7f1157 commit 8d629a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

forAllSystems = lib.genAttrs lib.systems.flakeExposed;

overlay = import ./overlay.nix { inherit uv2nix pyproject-nix lib; };
overlay = import ./default.nix { inherit uv2nix pyproject-nix lib; };

in
{
Expand Down

0 comments on commit 8d629a2

Please sign in to comment.