diff --git a/flake.nix b/flake.nix index 487bc7f..c8fe342 100644 --- a/flake.nix +++ b/flake.nix @@ -49,16 +49,10 @@ ''; installPhase = '' - cd .. - mv public $out + cd ..; mv public $out ''; }; - # TODO how to run scripts/build as a result of `nix run .`? - #packages = flake-utils.lib.mkApp { - # name = "build - #}; - formatter = pkgs.alejandra; }); }