Skip to content

Commit

Permalink
overlay: rename parameters to flake specification
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew authored and rycee committed Mar 27, 2022
1 parent b23bb05 commit 0520e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlay.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
self: super: {
home-manager = super.callPackage ./home-manager { path = toString ./.; };
final: prev: {
home-manager = prev.callPackage ./home-manager { path = toString ./.; };
}

0 comments on commit 0520e38

Please sign in to comment.