treewide: remove redundant rec
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, rpm, cpio, substituteAll }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
name = "rpmextract";
|
||||
|
||||
buildCommand = ''
|
||||
|
||||
Reference in New Issue
Block a user