treewide: remove redundant rec
This commit is contained in:
@@ -4,7 +4,7 @@ let arch =
|
||||
if stdenv.isi686 then "i386"
|
||||
else if stdenv.isx86_64 then "x86_64"
|
||||
else throw "Unknown architecture";
|
||||
in stdenv.mkDerivation rec {
|
||||
in stdenv.mkDerivation {
|
||||
pname = "grub4dos";
|
||||
version = "0.4.6a-2019-05-12";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user