diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ buildPhaseCargoCommand = '' pushd webapp echo Running trunk from directory $PWD - trunk build + trunk build --release popd ''; installPhaseCommand = '' |