[flake] fixes to cabal freeze so that nix shell works

parent e9ff27a4
Pipeline #7717 failed with stages
in 20 minutes and 42 seconds
...@@ -481,6 +481,23 @@ golden reference). To do so, it's enough to run the testsuite passing the `--acc ...@@ -481,6 +481,23 @@ golden reference). To do so, it's enough to run the testsuite passing the `--acc
cabal v2-test garg-test-tasty --test-show-details=streaming --flags 'test-crypto no-phylo-debug-logs' --test-option=--pattern='/Phylo/' --test-option=--accept" cabal v2-test garg-test-tasty --test-show-details=streaming --flags 'test-crypto no-phylo-debug-logs' --test-option=--pattern='/Phylo/' --test-option=--accept"
``` ```
# Nix flake
With `flake.nix` one can run server like this:
```shell
nix run .#gargantext:exe:gargantext
```
The tests can be run with:
```shell
nix run .#gargantext:test:garg-test-tasty
nix run .#gargantext:test:garg-test-hspec
```
For dev shell:
```shell
nix -L develop
```
# Async workers <a name="async-workers"></a> # Async workers <a name="async-workers"></a>
## Steps to configure the worker ## Steps to configure the worker
......
...@@ -236,7 +236,7 @@ constraints: any.Boolean ==0.2.4, ...@@ -236,7 +236,7 @@ constraints: any.Boolean ==0.2.4,
hedis -dev, hedis -dev,
any.hlcm ==0.2.2, any.hlcm ==0.2.2,
any.hmatrix ==0.20.2, any.hmatrix ==0.20.2,
hmatrix -disable-default-paths -no-random_r -openblas, hmatrix -disable-default-paths -no-random_r +openblas,
any.hmatrix-gsl-stats ==0.4.1.8, any.hmatrix-gsl-stats ==0.4.1.8,
hmatrix-gsl-stats -onlygsl, hmatrix-gsl-stats -onlygsl,
any.hourglass ==0.2.12, any.hourglass ==0.2.12,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment