flake: use nixfmt-rfc-style
This commit is contained in:
parent
e7b8922920
commit
3307e8259d
13 changed files with 398 additions and 167 deletions
|
@ -1,4 +1,9 @@
|
|||
{ symlinkJoin, nicotine-plus, makeWrapper, ... }:
|
||||
{
|
||||
symlinkJoin,
|
||||
nicotine-plus,
|
||||
makeWrapper,
|
||||
...
|
||||
}:
|
||||
symlinkJoin {
|
||||
name = "nicotine";
|
||||
paths = [ nicotine-plus ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue