mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-02 09:05:55 +00:00
statix, deadnix, alejandra
This commit is contained in:
parent
f1849c0ce5
commit
6d93ed03c4
24 changed files with 28 additions and 61 deletions
|
|
@ -84,7 +84,7 @@ in {
|
|||
normalizedDag =
|
||||
mapAttrs (n: v: {
|
||||
name = n;
|
||||
data = v.data;
|
||||
inherit (v) data;
|
||||
after = v.after ++ dagBefore dag n;
|
||||
})
|
||||
dag;
|
||||
|
|
@ -117,7 +117,6 @@ in {
|
|||
entriesBetween = tag: let
|
||||
go = i: before: after: entries: let
|
||||
name = "${tag}-${toString i}";
|
||||
i' = i + 1;
|
||||
in
|
||||
if entries == []
|
||||
then empty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue