mirror of
https://github.com/vale981/hopsflow
synced 2025-03-04 16:31:38 -05:00
update flake and readme
This commit is contained in:
parent
a516ba278d
commit
a757a08be0
2 changed files with 22 additions and 13 deletions
18
flake.lock
generated
18
flake.lock
generated
|
@ -32,11 +32,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1638806821,
|
"lastModified": 1638986258,
|
||||||
"narHash": "sha256-v2qd2Bsmzft53s43eCbN+4ocrLksRdFLyF/MAGuWuDA=",
|
"narHash": "sha256-OceRdctKZRSgqQxVRvvNB0MaEnFMzQqjUffecoDE9eI=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "bc5d68306b40b8522ffb69ba6cff91898c2fbbff",
|
"rev": "581d2d6c9cd5c289002203581d8aa0861963a933",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -47,11 +47,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1638806821,
|
"lastModified": 1638986258,
|
||||||
"narHash": "sha256-v2qd2Bsmzft53s43eCbN+4ocrLksRdFLyF/MAGuWuDA=",
|
"narHash": "sha256-OceRdctKZRSgqQxVRvvNB0MaEnFMzQqjUffecoDE9eI=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "bc5d68306b40b8522ffb69ba6cff91898c2fbbff",
|
"rev": "581d2d6c9cd5c289002203581d8aa0861963a933",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -107,11 +107,11 @@
|
||||||
"poetry2nix": "poetry2nix"
|
"poetry2nix": "poetry2nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1639058931,
|
"lastModified": 1639129348,
|
||||||
"narHash": "sha256-t5/GFEdxg1eaiDlNn4VtpVblG+2b34Wd7OjuxpLvoQw=",
|
"narHash": "sha256-GbCX7W5LfdYJz6PZ58f8i3R5u4TtF3O/E0AX8wu6atc=",
|
||||||
"owner": "vale981",
|
"owner": "vale981",
|
||||||
"repo": "hiro-flake-utils",
|
"repo": "hiro-flake-utils",
|
||||||
"rev": "ff1dd5646e47a556465d30b9e1782c8ec84b7361",
|
"rev": "9511470099c3f42501b38ac5a6706f4a6d0fede3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
17
readme.md
17
readme.md
|
@ -3,7 +3,16 @@ This repo contains code used in the work for my master thesis.
|
||||||
# Docs
|
# Docs
|
||||||
Documentation is available [here](https://vale981.github.io/hopsflow/).
|
Documentation is available [here](https://vale981.github.io/hopsflow/).
|
||||||
|
|
||||||
# Installations
|
# Installation
|
||||||
Either use nix or try you best with `pip`. The development
|
## Nix
|
||||||
dependencies are in `requirements.txt`. Runtime deps are declared in
|
For developing use `nix develop` and for installing use the default
|
||||||
`setup.py`.
|
package from the flake.
|
||||||
|
|
||||||
|
If you plan to use this package in another poetry2nix project you have
|
||||||
|
to include the overrides from `lib.overrides` in the flake
|
||||||
|
`github:vale981/hiro-flake-utils`.
|
||||||
|
|
||||||
|
## Poetry
|
||||||
|
For development use `poetry shell` and for installing just add this
|
||||||
|
repo to the depencies of your project. You can also build a standalone
|
||||||
|
package with `poetry build` using.
|
||||||
|
|
Loading…
Add table
Reference in a new issue