treewide: remove redundant rec

This commit is contained in:
volth
2019-08-13 21:52:01 +00:00
parent 5061fe0c2c
commit 08f68313a4
1875 changed files with 2591 additions and 2596 deletions

View File

@@ -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;

View File

@@ -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";

View File

@@ -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;
};