From 08f68313a47a2093dc0f408a706b2c125bc59c95 Mon Sep 17 00:00:00 2001 From: volth Date: Tue, 13 Aug 2019 21:52:01 +0000 Subject: treewide: remove redundant rec --- pkgs/tools/bootloaders/refind/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/bootloaders') diff --git a/pkgs/tools/bootloaders/refind/default.nix b/pkgs/tools/bootloaders/refind/default.nix index cc46e3e241d99..cf0ad78d1d7ea 100644 --- a/pkgs/tools/bootloaders/refind/default.nix +++ b/pkgs/tools/bootloaders/refind/default.nix @@ -4,7 +4,7 @@ let archids = { x86_64-linux = { hostarch = "x86_64"; efiPlatform = "x64"; }; i686-linux = rec { hostarch = "ia32"; efiPlatform = hostarch; }; - aarch64-linux = rec { hostarch = "aarch64"; efiPlatform = "aa64"; }; + aarch64-linux = { hostarch = "aarch64"; efiPlatform = "aa64"; }; }; inherit -- cgit 1.4.1