File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 pkgs ? import ./pkgs.nix {
3- config . permittedInsecurePackages = [ "openssl-1.1.1w" ] ;
3+ config . permittedInsecurePackages = [ ] ;
44 } ,
55} :
66
1111 # Other OpenSSL variants we want to test for:
1212 inherit ( pkgs )
1313 boringssl
14- openssl_1_1
1514 openssl_3
1615 openssl_3_6
1716 openssl_4_0
Original file line number Diff line number Diff line change 11arg :
22let
33 repo = "https://github.com/NixOS/nixpkgs" ;
4- rev = "329c3d2af6d1b618705150ea39f72c15eb4e613e " ;
4+ rev = "e0c84f9d0ad137f076dc957494f5b39885597d4f " ;
55 nixpkgs = import ( builtins . fetchTarball {
66 url = "${ repo } /archive/${ rev } .tar.gz" ;
7- sha256 = "0hkr1j8mm50gpxd55y85vq85bxxww8rhwf6mkvkrg0qw21dmvlmd " ;
7+ sha256 = "0mp3pbx4mznxf55mmr5nbrac1r9i38b0dyqpynxiqwcpfhz4kfrq " ;
88 } ) arg ;
99in
1010# Unstable channel no longer supports Intel architecture for macOS. We can use the 26.05 channel
Original file line number Diff line number Diff line change 11arg :
22let
33 repo = "https://github.com/NixOS/nixpkgs" ;
4- rev = "bcdf747749ad31ab043d6341a18699a8b9b62ef0 " ;
4+ rev = "044bfe75bfe4c7bbe043dc17b5e42ea823b84a09 " ;
55 nixpkgs = import ( builtins . fetchTarball {
66 url = "${ repo } /archive/${ rev } .tar.gz" ;
7- sha256 = "10vv47y0b3k3aq2l52rqd5qzk50a7jbdcamd8rwc0g02mm6blxn8 " ;
7+ sha256 = "1sns414dii8jmydcvps6sw5xlwnlzfx61h9ggvnl0kclf9v4q4kw " ;
88 } ) arg ;
99in
1010# Unstable channel no longer supports Intel architecture for macOS. We can use the 26.05 channel
You can’t perform that action at this time.
0 commit comments