Skip to content

Commit

Permalink
overlays: drop uplosi override
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Nov 19, 2024
1 parent 534f11a commit 52e92d6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions overlays/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ final: prev:
withExtensions = with final.azure-cli.extensions; [ aks-preview ];
};

# Use a newer uplosi that has fixes for private galleries.
uplosi = prev.uplosi.overrideAttrs (prev: {
src = final.fetchFromGitHub {
owner = "edgelesssys";
repo = prev.pname;
rev = "fb292c23ed805cb4005fca41159d0f54bb0a5bcc";
hash = "sha256-MsZ4Bl8sW1dZUB9cYPsaLtc8P8RRx4hafSbNB4vXqi4=";
};
});

erofs-utils = prev.erofs-utils.overrideAttrs (prev: {
patches = final.lib.optionals (prev ? patches) prev.patches ++ [
./erofs-utils-reproducibility.patch
Expand Down

0 comments on commit 52e92d6

Please sign in to comment.