Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
148
Issues
148
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
purescript-gargantext
Commits
59efd170
Verified
Commit
59efd170
authored
Aug 22, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flake, spago] update nixpkgs, update spago pkgs
parent
7477bfd1
Pipeline
#7819
failed with stages
in 26 minutes and 38 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
131 additions
and
78 deletions
+131
-78
flake.lock
flake.lock
+7
-7
flake.nix
flake.nix
+3
-4
spago.lock
spago.lock
+118
-64
spago.yaml
spago.yaml
+3
-3
No files found.
flake.lock
View file @
59efd170
...
...
@@ -36,16 +36,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 17
31603435
,
"narHash": "sha256-
CqCX4JG7UiHvkrBTpYC3wcEurvbtTADLbo3Ns2CEoL8
=",
"lastModified": 17
48026580
,
"narHash": "sha256-
rWtXrcIzU5wm/C8F9LWvUfBGu5U5E7cFzPYT1pHIJaQ
=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "
8b27c1239e5c421a2bbc2c65d52e4a6fbf2ff296
",
"rev": "
11cb3517b3af6af300dd6c055aeda73c9bf52c48
",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "2
4.11
",
"ref": "2
5.05
",
"repo": "nixpkgs",
"type": "github"
}
...
...
@@ -59,11 +59,11 @@
"slimlock": "slimlock"
},
"locked": {
"lastModified": 17
39795788
,
"narHash": "sha256-
PG4lO49fvWHpQoCN3mIGflisXF+5vEf91ceV9hsWTLU
=",
"lastModified": 17
50754571
,
"narHash": "sha256-
qquerCyD6WhVccAV0qI7NFGwSN7rXslhogPrTaFvWto
=",
"owner": "thomashoneyman",
"repo": "purescript-overlay",
"rev": "
f754c2ef94cef46e5d5223c25d3f361e1f6cb509
",
"rev": "
81513816356c43c6ef604abdf5da41834306a2d5
",
"type": "github"
},
"original": {
...
...
flake.nix
View file @
59efd170
...
...
@@ -3,7 +3,7 @@
inputs
.
flake-utils
.
url
=
"github:numtide/flake-utils"
;
inputs
.
nixpkgs
.
url
=
"github:NixOS/nixpkgs?ref=2
4.11
"
;
inputs
.
nixpkgs
.
url
=
"github:NixOS/nixpkgs?ref=2
5.05
"
;
inputs
.
purescript-overlay
=
{
url
=
"github:thomashoneyman/purescript-overlay"
;
...
...
@@ -12,7 +12,6 @@
outputs
=
{
self
,
nixpkgs
,
flake-utils
,
purescript-overlay
}:
flake-utils
.
lib
.
eachDefaultSystem
(
system
:
#let pkgs = nixpkgs.legacyPackages.${system};
let
pkgs
=
import
nixpkgs
{
inherit
system
;
...
...
@@ -20,8 +19,8 @@
};
dependencies
=
with
pkgs
;
[
purs-bin
.
purs-0_15_16-
4
# from the purescript-overlay
spago-bin
.
spago-0_93_4
3
purs-bin
.
purs-0_15_16-
6
# from the purescript-overlay
spago-bin
.
spago-0_93_4
4
nodePackages
.
purs-tidy
watchexec
esbuild
...
...
spago.lock
View file @
59efd170
This diff is collapsed.
Click to expand it.
spago.yaml
View file @
59efd170
workspace
:
packageSet
:
registry
:
53
.2.0
registry
:
65
.2.0
extraPackages
:
# garganscript packages
d3
:
...
...
@@ -51,7 +51,7 @@ package:
name
:
gargantext
dependencies
:
# debugging
-
aff
:
"
>=
7.1.0
<8
.0.0"
-
aff
:
"
>=
8.0.0
<9
.0.0"
-
aff-promise
:
"
>=4.0.0
<5.0.0"
-
affjax
:
"
>=13.0.0
<14.0.0"
-
affjax-web
:
"
>=1.0.0
<2.0.0"
...
...
@@ -85,7 +85,7 @@ package:
-
formatters
:
"
>=7.0.0
<8.0.0"
-
functions
:
"
>=6.0.0
<7.0.0"
-
graphql-client
:
"
*"
-
heterogeneous
:
"
>=0.
6.0
<0.7
.0"
-
heterogeneous
:
"
>=0.
7.0
<0.8
.0"
-
http-methods
:
"
>=6.0.0
<7.0.0"
-
integers
:
"
>=6.0.0
<7.0.0"
-
js-timers
:
"
>=6.1.0
<7.0.0"
...
...
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