jonringer / nix-template

Make creating nix expressions easy
Creative Commons Zero v1.0 Universal
205 stars 8 forks source link

suggestion: style #18

Closed Artturin closed 2 years ago

Artturin commented 2 years ago

use

{ lib
, stdenv
, fetchFromGitHub 
}:

instead of { lib, stdenv, fetchFromGitHub }:

btw what is the name of this i still haven't found out

jonringer commented 2 years ago

sure, I can add a new line

oppiliappan commented 2 years ago

btw what is the name of this i still haven't found out

It is called the "comma-leading style" from what I've learnt.