remove flake bullshit #10

Merged
4o1x5 merged 1 commit from flake-changes into dev 2024-06-04 14:29:34 +02:00

View file

@ -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
```