1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(networks): I cannot use sed :c

This commit is contained in:
Kierán Meinhardt
2019-12-27 23:43:29 +01:00
parent 7b0a3cf884
commit 9c1cfecb13

View File

@@ -10,7 +10,7 @@ let
nativeBuildInputs = with pkgs; [ cacert gnused ];
phases = "installPhase";
installPhase = ''
${pkgs.gnused}/bin/sed -f $src ${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt > $out
${pkgs.gnused}/bin/sed -n -f $src ${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt > $out
'';
};
in