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
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Grégoire Locqueville
purescript-gargantext
Commits
324f7fc5
Commit
324f7fc5
authored
May 16, 2024
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev-spago-next' into dev
parents
f790e9c0
a5abbf3c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
15 deletions
+7
-15
flake.lock
flake.lock
+6
-6
flake.nix
flake.nix
+1
-9
No files found.
flake.lock
View file @
324f7fc5
...
...
@@ -36,17 +36,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 17
15008058
,
"narHash": "sha256-
Tdlna0uGWvQzGwc/7kL1ICx/fqJaBfFJAmrkKP+cZS4
=",
"lastModified": 17
01282334
,
"narHash": "sha256-
MxCVrXY6v4QmfTwIysjjaX0XUhqBbxTWWB4HXtDYsdk
=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "
860e65d27036476edfb85dd847d982277880b143
",
"rev": "
057f9aecfb71c4437d2b27d3323df7f93c010b7e
",
"type": "github"
},
"original": {
"
id": "nixpkgs
",
"re
v": "860e65d27036476edfb85dd847d982277880b143
",
"type": "
indirect
"
"
owner": "NixOS
",
"re
po": "nixpkgs
",
"type": "
github
"
}
},
"purescript-overlay": {
...
...
flake.nix
View file @
324f7fc5
...
...
@@ -3,11 +3,7 @@
inputs
.
flake-utils
.
url
=
"github:numtide/flake-utils"
;
# bun-1.1
inputs
.
nixpkgs
.
url
=
"nixpkgs/860e65d27036476edfb85dd847d982277880b143"
;
# bun-1.0
#inputs.nixpkgs.url = "nixpkgs/23.11";
inputs
.
nixpkgs
.
url
=
"github:NixOS/nixpkgs"
;
inputs
.
purescript-overlay
=
{
url
=
"github:thomashoneyman/purescript-overlay"
;
...
...
@@ -31,7 +27,6 @@
];
serve
=
pkgs
.
writeShellScriptBin
"serve"
''
#!/usr/bin/env bash
set -e
#yarn server
...
...
@@ -40,7 +35,6 @@
''
;
build-watch
=
pkgs
.
writeShellScriptBin
"build-watch"
''
#!/usr/bin/env bash
set -e
echo "Build watch"
...
...
@@ -48,7 +42,6 @@
''
;
build-zephyr
=
pkgs
.
writeShellScriptBin
"build-zephyr"
''
#!/usr/bin/env bash
set -e
npm spago build --purs-args '--codegen corefn,js'
...
...
@@ -57,7 +50,6 @@
''
;
minify-bundle
=
pkgs
.
writeShellScriptBin
"minify-bundle"
''
#!/usr/bin/env bash
set -e
npm run minify
...
...
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