Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed May 14, 2024
1 parent 8d886c3 commit 0195854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
nodeDeps = with unstablePkgs; [ nodePackages_latest.nodejs ];
combinedDeps = pkgsDeps ++ nodeDeps;
packageJSON = lib.importJSON ./package.json;
in {
in
{
packages = {
app = unstablePkgs.buildNpmPackage {
npmDepsHash = "sha256-hv90SONYIJ22EwgYC2b2i5/hUUNTJQOYjdZklxZ5CAA=";
Expand Down

0 comments on commit 0195854

Please sign in to comment.