Skip to content

Commit

Permalink
nixpkgs config openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Sep 24, 2023
1 parent 08323f2 commit b52fade
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 @@ -13,7 +13,7 @@
pkgs = import nixpkgs {
inherit system;
config = {
permittedInsecurePackages = [ "openssl-1.1.1v" ];
permittedInsecurePackages = [ "openssl-1.1.1w" ];
};
};

Expand Down

0 comments on commit b52fade

Please sign in to comment.