mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
fix(networks): I cannot use sed :c
This commit is contained in:
@@ -10,7 +10,7 @@ let
|
|||||||
nativeBuildInputs = with pkgs; [ cacert gnused ];
|
nativeBuildInputs = with pkgs; [ cacert gnused ];
|
||||||
phases = "installPhase";
|
phases = "installPhase";
|
||||||
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
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user