treewide: remove redundant rec
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
let inherit (stdenv.lib) optionals; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
pname = "secp256k1";
|
||||
|
||||
# I can't find any version numbers, so we're just using the date of the
|
||||
|
||||
Reference in New Issue
Block a user