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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user