Skip to content

Commit

Permalink
[nix] fix overlay path
Browse files Browse the repository at this point in the history
  • Loading branch information
Avimitin committed Jan 25, 2025
1 parent 03aa000 commit 4699928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overlays/mill-flows.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
final: prev:
{
configure-mill-home-hook = final.callPackage ./mill-flow/configure-mill-home.nix { };
fetchMillDeps = final.callPackage ./mill-flow/fetch-mill-deps.nix { inherit (final.xorg) lndir; };
publishMillJar = final.callPackage ./mill-flow/publish-mill-jar.nix { inherit (final.xorg) lndir; };
configure-mill-home-hook = final.callPackage ./mill-flows/configure-mill-home.nix { };
fetchMillDeps = final.callPackage ./mill-flows/fetch-mill-deps.nix { inherit (final.xorg) lndir; };
publishMillJar = final.callPackage ./mill-flows/publish-mill-jar.nix { inherit (final.xorg) lndir; };
}

0 comments on commit 4699928

Please sign in to comment.