Loading pkgs/build-support/kernel/make-initrd.nix +0 −6 Original line number Diff line number Diff line Loading @@ -81,12 +81,6 @@ in _compressorMeta.ubootName or (throw "Unrecognised compressor ${_compressorName}, please specify uInitrdCompression"), }: let # !!! Move this into a public lib function, it is probably useful for others toValidStoreName = x: with builtins; lib.concatStringsSep "-" (filter (x: !(isList x)) (split "[^a-zA-Z0-9_=.?-]+" x)); in stdenvNoCC.mkDerivation ( rec { inherit Loading Loading
pkgs/build-support/kernel/make-initrd.nix +0 −6 Original line number Diff line number Diff line Loading @@ -81,12 +81,6 @@ in _compressorMeta.ubootName or (throw "Unrecognised compressor ${_compressorName}, please specify uInitrdCompression"), }: let # !!! Move this into a public lib function, it is probably useful for others toValidStoreName = x: with builtins; lib.concatStringsSep "-" (filter (x: !(isList x)) (split "[^a-zA-Z0-9_=.?-]+" x)); in stdenvNoCC.mkDerivation ( rec { inherit Loading