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
cf815338
Verified
Commit
cf815338
authored
Jul 01, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flake] fix for gargantext-graph src
parent
2928c41a
Pipeline
#7718
failed with stages
in 22 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
flake.lock
flake.lock
+2
-2
flake.nix
flake.nix
+1
-1
No files found.
flake.lock
View file @
cf815338
...
...
@@ -318,14 +318,14 @@
"locked": {
"lastModified": 1748252933,
"narHash": "sha256-5G7QKkEWeAz7V1luwnTwV8953r+B5JVw2sHK2TZ1avU=",
"ref": "refs/heads/
master
",
"ref": "refs/heads/
glocqueville/update-igraph
",
"rev": "316d48b6a89593faaf1f2102e9714cea7e416e56",
"revCount": 157,
"type": "git",
"url": "https://gitlab.iscpif.fr/gargantext/gargantext-graph.git"
},
"original": {
"re
v": "316d48b6a89593faaf1f2102e9714cea7e416e56
",
"re
f": "refs/heads/glocqueville/update-igraph
",
"type": "git",
"url": "https://gitlab.iscpif.fr/gargantext/gargantext-graph.git"
}
...
...
flake.nix
View file @
cf815338
...
...
@@ -64,7 +64,7 @@
ekg-json
=
{
url
=
"github:haskell-github-trust/ekg-json"
;
flake
=
false
;
};
epo-api-client
=
{
url
=
"git+https://gitlab.iscpif.fr/gargantext/crawlers/epo-proxy-api.git"
;
flake
=
false
;
};
# WARNING: using the debugNaN branch
gargantext-graph
=
{
url
=
"git+https://gitlab.iscpif.fr/gargantext/gargantext-graph.git?re
v=316d48b6a89593faaf1f2102e9714cea7e416e56
"
;
flake
=
false
;
};
gargantext-graph
=
{
url
=
"git+https://gitlab.iscpif.fr/gargantext/gargantext-graph.git?re
f=refs/heads/glocqueville/update-igraph
"
;
flake
=
false
;
};
# WARNING: unmerged commit
# See https://gitlab.iscpif.fr/gargantext/haskell-gargantext-prelude/merge_requests/13
gargantext-prelude
=
{
url
=
"git+https://gitlab.iscpif.fr/gargantext/haskell-gargantext-prelude.git?ref=master"
;
flake
=
false
;
};
...
...
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