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
df5dde1f
Verified
Commit
df5dde1f
authored
Jul 09, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flake] small fixes
parent
53a342d2
Pipeline
#7732
failed with stages
in 15 minutes and 35 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
cabal.project
cabal.project
+1
-1
flake.lock
flake.lock
+6
-6
flake.nix
flake.nix
+1
-0
No files found.
cabal.project
View file @
df5dde1f
...
@@ -163,7 +163,7 @@ source-repository-package
...
@@ -163,7 +163,7 @@ source-repository-package
source
-
repository
-
package
source
-
repository
-
package
type
:
git
type
:
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
haskell
-
bee
.
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
haskell
-
bee
.
git
tag
:
05
c39e424d15149dc32097b3318cb6007e0e7052
tag
:
5364
b15399f4567902c631dd990578e2a968c487
subdir
:
haskell
-
bee
/
subdir
:
haskell
-
bee
/
haskell
-
bee
-
pgmq
/
haskell
-
bee
-
pgmq
/
haskell
-
bee
-
tests
/
haskell
-
bee
-
tests
/
...
...
flake.lock
View file @
df5dde1f
...
@@ -459,11 +459,11 @@
...
@@ -459,11 +459,11 @@
"haskell-bee": {
"haskell-bee": {
"flake": false,
"flake": false,
"locked": {
"locked": {
"lastModified": 17
39821020
,
"lastModified": 17
50224368
,
"narHash": "sha256-
PU9JC6EMy99f5HHockJpkfvKPrufkQcOZ749N3/FROQ
=",
"narHash": "sha256-
FIlcG5tPi8SdQdQqUdZzoE8mdRMUGMeeACyh/fAfNq0
=",
"ref": "refs/heads/master",
"ref": "refs/heads/master",
"rev": "
99e4eb2a0ea8db3828074eae90bdbfc43dd87cca
",
"rev": "
5364b15399f4567902c631dd990578e2a968c487
",
"revCount":
66
,
"revCount":
73
,
"type": "git",
"type": "git",
"url": "https://gitlab.iscpif.fr/gargantext/haskell-bee.git"
"url": "https://gitlab.iscpif.fr/gargantext/haskell-bee.git"
},
},
...
@@ -546,9 +546,9 @@
...
@@ -546,9 +546,9 @@
"flake": false,
"flake": false,
"locked": {
"locked": {
"lastModified": 1729704714,
"lastModified": 1729704714,
"narHash": "sha256-
tBQlv798Qgb9kqhec/0nAQowtfJkOs1KB7vls1EB1EE
=",
"narHash": "sha256-
x2hpDlkoBvyi2XOXQHdrdcezE+vzBl99W7Fm9xlOhpQ
=",
"ref": "refs/heads/master",
"ref": "refs/heads/master",
"rev": "
1dd92f0aa8e9f8096064e5656c336e562680f4e3
",
"rev": "
9a869df2842eccc86a0f31a69fb8dc5e5ca218a8
",
"revCount": 62,
"revCount": 62,
"type": "git",
"type": "git",
"url": "https://gitlab.iscpif.fr/gargantext/haskell-pgmq.git"
"url": "https://gitlab.iscpif.fr/gargantext/haskell-pgmq.git"
...
...
flake.nix
View file @
df5dde1f
...
@@ -288,6 +288,7 @@
...
@@ -288,6 +288,7 @@
packages
.
nanomsg-haskell
.
components
.
library
=
{
packages
.
nanomsg-haskell
.
components
.
library
=
{
libs
=
[
libs
=
[
(
pkgs
.
nng
.
overrideAttrs
(
old
:
{
(
pkgs
.
nng
.
overrideAttrs
(
old
:
{
# New DDNG_ENABLE_TLS value overrides the old one.
cmakeFlags
=
(
old
.
cmakeFlags
or
[
])
++
[
"-DNNG_ENABLE_TLS=OFF"
];
cmakeFlags
=
(
old
.
cmakeFlags
or
[
])
++
[
"-DNNG_ENABLE_TLS=OFF"
];
}))
}))
];
];
...
...
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