Skip to content

Commit bd65fdf

Browse files
committed
fix!: use prev in overlay instead of final
1 parent 99b196c commit bd65fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

overlay.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
prev: final: {
1+
_: prev: {
22
htnl = import ./bare/lib.nix { inherit (prev) lib; } // {
33
bundle = prev.callPackage ./bare/bundle.nix { };
44
};

0 commit comments

Comments
 (0)