Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
191
Issues
191
List
Board
Labels
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
5ccb44bb
Verified
Commit
5ccb44bb
authored
Jul 02, 2025
by
Przemyslaw Kaminski
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[test] fix calling of nix flakes
parent
1adc512e
Pipeline
#7721
failed with stages
in 45 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Main.hs
test/drivers/hspec/Main.hs
+1
-1
No files found.
test/drivers/hspec/Main.hs
View file @
5ccb44bb
...
@@ -21,7 +21,7 @@ startCoreNLPServer :: IO ProcessHandle
...
@@ -21,7 +21,7 @@ startCoreNLPServer :: IO ProcessHandle
startCoreNLPServer
=
do
startCoreNLPServer
=
do
putText
"calling start core nlp"
putText
"calling start core nlp"
devNull
<-
openFile
"/dev/null"
WriteMode
devNull
<-
openFile
"/dev/null"
WriteMode
let
p
=
proc
"nix"
[
"--ex
tra-ex
perimental-features"
let
p
=
proc
"nix"
[
"--experimental-features"
,
"nix-command flakes"
,
"nix-command flakes"
,
"run"
,
"run"
,
"git+https://gitlab.iscpif.fr/gargantext/corenlp-nix.git"
]
,
"git+https://gitlab.iscpif.fr/gargantext/corenlp-nix.git"
]
...
...
Przemyslaw Kaminski
@cgenie
mentioned in commit
78032d98
·
Aug 04, 2025
mentioned in commit
78032d98
mentioned in commit 78032d980205bdc10120a302e191c883282b9224
Toggle commit list
Przemyslaw Kaminski
@cgenie
mentioned in merge request
!434 (merged)
·
Aug 04, 2025
mentioned in merge request
!434 (merged)
mentioned in merge request !434
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment