Commit 867300c
committed
Add shell.nix
With this on nixos the server can be launched with:
```sh
nix-shell --command ./otsd
```
Approach suggested https://wiki.nixos.org/wiki/Python
In comparison to the requirements.txt we are not specifying exact
version for each lib, in case of incompatibility deps must be packaged
like suggested in the mentioned guide.1 parent e4cba4e commit 867300c
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments