Commit 2b4cdabe authored by Litchi Pi's avatar Litchi Pi
Browse files

format



Signed-off-by: default avatarLitchi Pi <litchi.pi@proton.me>
parent 3cd4cce6
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -9,9 +9,11 @@ src: version:
  fixup-yarn-lock,
  stdenv,
  yarn,
}: let
}:
let
  nodejs = nodePackages_latest.nodejs;
in stdenv.mkDerivation {
in
stdenv.mkDerivation {
  name = "mealie-frontend";
  inherit version;
  src = "${src}/frontend";
+116 −115
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ let

  pythonpkgs = python3Packages;
  python = pythonpkgs.python;
in pythonpkgs.buildPythonApplication rec {
in
pythonpkgs.buildPythonApplication rec {
  pname = "mealie";
  inherit version src;
  pyproject = true;