Skip to content

Commit

Permalink
added back more nix
Browse files Browse the repository at this point in the history
  • Loading branch information
johubertj committed Mar 7, 2025
1 parent b2a89d3 commit 7718632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
# GnuTLS-cli and serv utilities needed for some integration tests.
shellHook = ''
echo Setting up $S2N_LIBCRYPTO environment from flake.nix...
export PATH=${openssl_1_1_1}/bin:$PATH
export PS1="[nix $S2N_LIBCRYPTO] $PS1"
source ${writeScript ./nix/shell.sh}
'';
Expand Down Expand Up @@ -198,6 +199,7 @@
S2N_LIBCRYPTO = "awslc-fips-2024";
shellHook = ''
echo Setting up $S2N_LIBCRYPTO environment from flake.nix...
export PATH=${openssl_1_1_1}/bin:$PATH
export PS1="[nix $S2N_LIBCRYPTO] $PS1"
source ${writeScript ./nix/shell.sh}
'';
Expand Down

0 comments on commit 7718632

Please sign in to comment.