ma 2 default: apply cve-2015-7547 hotfix
This commit is contained in:
parent
54dc51d341
commit
74cfe87654
@ -4,6 +4,13 @@ with config.krebs.lib;
|
||||
{
|
||||
system.stateVersion = "15.09";
|
||||
|
||||
system.replaceRuntimeDependencies = with pkgs.lib;
|
||||
[{original = pkgs.glibc; replacement = pkgs.stdenv.lib.overrideDerivation pkgs.glibc (oldAttr: { patches = oldAttr.patches ++
|
||||
[(pkgs.fetchurl { url = "https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/development/libraries/glibc/cve-2015-7547.patch";
|
||||
sha256 = "0awpc4rp2x27rjpj83ps0rclmn73hsgfv2xxk18k82w4hdxqpp5r";})];
|
||||
});}
|
||||
];
|
||||
|
||||
imports = [
|
||||
{
|
||||
users.extraUsers =
|
||||
|
Loading…
Reference in New Issue
Block a user