Skip to content

Commit

Permalink
override openssl_1_1 derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 4, 2023
1 parent 19382a2 commit a73afce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
inherit system;
overlays = [
self.overlays.default
(final: prev: {
openssl_1_1 = prev.openssl_1_1.overrideAttrs (old: {
meta = [];
});
})
];
};
in rec {
Expand Down

0 comments on commit a73afce

Please sign in to comment.