[flake, spago] update nixpkgs, update spago pkgs

parent 7477bfd1
Pipeline #7819 failed with stages
in 26 minutes and 38 seconds
...@@ -36,16 +36,16 @@ ...@@ -36,16 +36,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1731603435, "lastModified": 1748026580,
"narHash": "sha256-CqCX4JG7UiHvkrBTpYC3wcEurvbtTADLbo3Ns2CEoL8=", "narHash": "sha256-rWtXrcIzU5wm/C8F9LWvUfBGu5U5E7cFzPYT1pHIJaQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8b27c1239e5c421a2bbc2c65d52e4a6fbf2ff296", "rev": "11cb3517b3af6af300dd6c055aeda73c9bf52c48",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "24.11", "ref": "25.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
...@@ -59,11 +59,11 @@ ...@@ -59,11 +59,11 @@
"slimlock": "slimlock" "slimlock": "slimlock"
}, },
"locked": { "locked": {
"lastModified": 1739795788, "lastModified": 1750754571,
"narHash": "sha256-PG4lO49fvWHpQoCN3mIGflisXF+5vEf91ceV9hsWTLU=", "narHash": "sha256-qquerCyD6WhVccAV0qI7NFGwSN7rXslhogPrTaFvWto=",
"owner": "thomashoneyman", "owner": "thomashoneyman",
"repo": "purescript-overlay", "repo": "purescript-overlay",
"rev": "f754c2ef94cef46e5d5223c25d3f361e1f6cb509", "rev": "81513816356c43c6ef604abdf5da41834306a2d5",
"type": "github" "type": "github"
}, },
"original": { "original": {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=24.11"; inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=25.05";
inputs.purescript-overlay = { inputs.purescript-overlay = {
url = "github:thomashoneyman/purescript-overlay"; url = "github:thomashoneyman/purescript-overlay";
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
outputs = { self, nixpkgs, flake-utils, purescript-overlay }: outputs = { self, nixpkgs, flake-utils, purescript-overlay }:
flake-utils.lib.eachDefaultSystem (system: flake-utils.lib.eachDefaultSystem (system:
#let pkgs = nixpkgs.legacyPackages.${system};
let let
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;
...@@ -20,8 +19,8 @@ ...@@ -20,8 +19,8 @@
}; };
dependencies = with pkgs; [ dependencies = with pkgs; [
purs-bin.purs-0_15_16-4 # from the purescript-overlay purs-bin.purs-0_15_16-6 # from the purescript-overlay
spago-bin.spago-0_93_43 spago-bin.spago-0_93_44
nodePackages.purs-tidy nodePackages.purs-tidy
watchexec watchexec
esbuild esbuild
......
This diff is collapsed.
workspace: workspace:
packageSet: packageSet:
registry: 53.2.0 registry: 65.2.0
extraPackages: extraPackages:
# garganscript packages # garganscript packages
d3: d3:
...@@ -51,7 +51,7 @@ package: ...@@ -51,7 +51,7 @@ package:
name: gargantext name: gargantext
dependencies: dependencies:
# debugging # debugging
- aff: ">=7.1.0 <8.0.0" - aff: ">=8.0.0 <9.0.0"
- aff-promise: ">=4.0.0 <5.0.0" - aff-promise: ">=4.0.0 <5.0.0"
- affjax: ">=13.0.0 <14.0.0" - affjax: ">=13.0.0 <14.0.0"
- affjax-web: ">=1.0.0 <2.0.0" - affjax-web: ">=1.0.0 <2.0.0"
...@@ -85,7 +85,7 @@ package: ...@@ -85,7 +85,7 @@ package:
- formatters: ">=7.0.0 <8.0.0" - formatters: ">=7.0.0 <8.0.0"
- functions: ">=6.0.0 <7.0.0" - functions: ">=6.0.0 <7.0.0"
- graphql-client: "*" - graphql-client: "*"
- heterogeneous: ">=0.6.0 <0.7.0" - heterogeneous: ">=0.7.0 <0.8.0"
- http-methods: ">=6.0.0 <7.0.0" - http-methods: ">=6.0.0 <7.0.0"
- integers: ">=6.0.0 <7.0.0" - integers: ">=6.0.0 <7.0.0"
- js-timers: ">=6.1.0 <7.0.0" - js-timers: ">=6.1.0 <7.0.0"
......
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