From 9c4840e0de9035d7f061ce115e4790e09b96a44e Mon Sep 17 00:00:00 2001 From: 4o1x5 <4o1x5@4o1x5.dev> Date: Mon, 3 Jun 2024 21:36:47 +0200 Subject: [PATCH] remove flake bullshi --- readme.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/readme.md b/readme.md index a6fde47..b404361 100644 --- a/readme.md +++ b/readme.md @@ -1,23 +1,9 @@ -# LearningPulse server +# [LearningPulse server](https://lp-dev.4o1x5.dev) -## CI/CD - -To check up on builds head to [the hydra server](https://hydra.4o1x5.dev/project/learningpulse) +To check up on builds head to [actions](/actions) ### Enter developer shell ```bash nix develop ``` - -### Build services - -```bash -nix build .#learningpulse-dummy -``` - -### Run service - -```bash -nix develop && cd dummy && mvn run spring-boot:run -```