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
133
Issues
133
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
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
270fac5e
Commit
270fac5e
authored
Sep 30, 2022
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[nix] bump nixpkgs to 22.05, spago now at 0.20.9
Now the previous `build` script works (from `shell.nix`).
parent
2148af2b
Pipeline
#3228
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
pinned.nix
nix/pinned.nix
+2
-2
shell.nix
shell.nix
+2
-1
No files found.
nix/pinned.nix
View file @
270fac5e
import
(
builtins
.
fetchTarball
{
url
=
"https://github.com/NixOS/nixpkgs/archive/2
1.11
.tar.gz"
;
sha256
=
"
162dywda2dvfj1248afxc45kcrg83appjd0nmdb541hl7rnncf02
"
;
url
=
"https://github.com/NixOS/nixpkgs/archive/2
2.05
.tar.gz"
;
sha256
=
"
0d643wp3l77hv2pmg2fi7vyxn4rwy0iyr8djcw1h5x72315ck9ik
"
;
}
)
shell.nix
View file @
270fac5e
...
...
@@ -120,7 +120,8 @@ pkgs.mkShell {
build-zephyr
build
minify-bundle
pkgs
.
closurecompiler
#pkgs.closurecompiler
pkgs
.
esbuild
pkgs
.
minify
pkgs
.
nodejs
pkgs
.
python
# needed for msgpack etc
...
...
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