Skip to content

Commit

Permalink
style: Auto formatting with alejandra
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Nov 25, 2023
1 parent 9a1efbe commit 08467c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,15 @@ in
// lib.optionalAttrs (isAttrs attrs.src && attrs.src ? rev) {
sourceInfo =
lib.filterAttrs
(name: _: elem name [
(name: _:
elem name [
"lastModified"
"lastModifiedDate"
"narHash"
"rev"
"shortRev"
])
attrs.src;
attrs.src;
})
))
];
Expand Down

0 comments on commit 08467c1

Please sign in to comment.