Skip to content

Commit

Permalink
Fix flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Jun 19, 2024
1 parent f1d4726 commit 3bb01b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
outputs = { self, nixpkgs, import-cargo, flake-utils }:
{
overlays = rec {
mineflake = final: prev: mineflakeWithCustomAttrs { };
mineflake = final: prev: mineflakeWithCustomAttrs { } final prev;

mineflakeWithCustomAttrs = attrs: final: prev: {
mineflake = import ./pkgs ({
Expand Down

0 comments on commit 3bb01b6

Please sign in to comment.