https://github.com/luochen1990/try-funix
Just have a try to run funix in Nix Flakes
https://github.com/luochen1990/try-funix
Last synced: 2 months ago
JSON representation
Just have a try to run funix in Nix Flakes
- Host: GitHub
- URL: https://github.com/luochen1990/try-funix
- Owner: luochen1990
- Created: 2024-07-14T14:42:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T06:54:30.000Z (almost 2 years ago)
- Last Synced: 2025-12-28T06:23:04.054Z (6 months ago)
- Language: Nix
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Try Funix
---------
To run the example, execute:
```
nix run github:luochen1990/try-funix
```
which will run `funix ./src` inside a virtual environment.
which will startup a http service on `http://127.0.0.1:3000`.
This is defined on `flake.nix` part `apps`.