treewide: remove redundant rec
This commit is contained in:
@@ -4,7 +4,7 @@ let
|
||||
modDirVersion = "4.14.98";
|
||||
tag = "1.20190215";
|
||||
in
|
||||
lib.overrideDerivation (buildLinux (args // rec {
|
||||
lib.overrideDerivation (buildLinux (args // {
|
||||
version = "${modDirVersion}-${tag}";
|
||||
inherit modDirVersion;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ stdenv, buildPackages, fetchgit, fetchpatch, perl, buildLinux, ... } @ args:
|
||||
|
||||
buildLinux (args // rec {
|
||||
buildLinux (args // {
|
||||
version = "5.1.2019.08.21";
|
||||
modDirVersion = "5.1.0";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ fetchpatch }:
|
||||
|
||||
rec {
|
||||
{
|
||||
bridge_stp_helper =
|
||||
{ name = "bridge-stp-helper";
|
||||
patch = ./bridge-stp-helper.patch;
|
||||
@@ -23,7 +23,7 @@ rec {
|
||||
|
||||
cpu-cgroup-v2 = import ./cpu-cgroup-v2-patches;
|
||||
|
||||
tag_hardened = rec {
|
||||
tag_hardened = {
|
||||
name = "tag-hardened";
|
||||
patch = ./tag-hardened.patch;
|
||||
};
|
||||
@@ -58,7 +58,7 @@ rec {
|
||||
};
|
||||
};
|
||||
|
||||
export_kernel_fpu_functions = rec {
|
||||
export_kernel_fpu_functions = {
|
||||
name = "export_kernel_fpu_functions";
|
||||
patch = ./export_kernel_fpu_functions.patch;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user