Skip to content

Commit

Permalink
Fix overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
knightpp committed May 7, 2024
1 parent 58d01b6 commit 7cd59ef
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@
};
});

overlays = forAllSystems ({pkgs}: {
default = final: prev: {
modupdate = pkgs.callPackage ./modupdate.nix {};
};
});
overlays.default = final: prev: {
inherit (self.packages.${final.system}) modupdate;
};
};
}

0 comments on commit 7cd59ef

Please sign in to comment.