linux/hardened: move files into directory
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
tag_hardened = {
|
||||
name = "tag-hardened";
|
||||
patch = ./tag-hardened.patch;
|
||||
patch = ./hardened/tag-hardened.patch;
|
||||
};
|
||||
|
||||
hardened = let
|
||||
@@ -43,7 +43,7 @@
|
||||
name = lib.removeSuffix ".patch" src.name;
|
||||
patch = fetchurl src;
|
||||
};
|
||||
patches = builtins.fromJSON (builtins.readFile ./hardened-patches.json);
|
||||
patches = builtins.fromJSON (builtins.readFile ./hardened/patches.json);
|
||||
in lib.mapAttrs mkPatch patches;
|
||||
|
||||
# https://bugzilla.kernel.org/show_bug.cgi?id=197591#c6
|
||||
|
||||
Reference in New Issue
Block a user