Skip to content

Commit 79a178b

Browse files
committed
Fix: Formatting issue in flake.nix
The previous version of flake.nix had a formatting issue that caused an error during evaluation. This commit fixes that.
1 parent fe5d9cd commit 79a178b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@
7676
license = licenses.mit;
7777
author = packageJson.author;
7878
};
79-
});
79+
}
80+
);
8081
}

0 commit comments

Comments
 (0)