Skip to content

Commit

Permalink
try better extrapackages
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 7, 2024
1 parent 90a5233 commit 8daf64b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
);

overlay = final: prev: {
dooit = extraPackages: packageFor final.system extraPackages;
dooit = extraPackages:
prev.dooit.override {
extraPackages = extraPackages;
};
};
};
}

0 comments on commit 8daf64b

Please sign in to comment.