Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
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
gargantext
gargantext-ihaskell
Commits
17188f8c
Commit
17188f8c
authored
Oct 14, 2019
by
Vaibhav Sagar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use NixOS 19.09
parent
5e44fe50
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
10 deletions
+5
-10
.travis.yml
.travis.yml
+4
-4
release-8.6.nix
release-8.6.nix
+1
-1
release.nix
release.nix
+0
-5
No files found.
.travis.yml
View file @
17188f8c
...
...
@@ -395,14 +395,14 @@ matrix:
-
export NIX_CONF_DIR=~
-
echo "binary-caches = https://cache.nixos.org https://ihaskell.cachix.org" >> $NIX_CONF_DIR/nix.conf
-
echo "binary-cache-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ihaskell.cachix.org-1:WoIvex/Ft/++sjYW3ntqPUL3jDGXIKDpX60pC8d5VLM=" >> $NIX_CONF_DIR/nix.conf
-
glibcLocales=$(nix-build https://github.com/NixOS/nixpkgs-channels/tarball/nixos-19.0
3
-A glibcLocales)
-
glibcLocales=$(nix-build https://github.com/NixOS/nixpkgs-channels/tarball/nixos-19.0
9
-A glibcLocales)
-
echo $glibcLocales
-
export LOCALE_ARCHIVE_2_27="${glibcLocales}/lib/locale/locale-archive"
script
:
-
>
nix-build
-I nixpkgs=https://github.com/NixOS/nixpkgs-channels/tarball/nixos-19.0
3
-I nixpkgs=https://github.com/NixOS/nixpkgs-channels/tarball/nixos-19.0
9
release.nix
--argstr compiler "ghc86
4
"
-
nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/tarball/nixos-19.0
3
-p cachix --run 'cachix push ihaskell result'
--argstr compiler "ghc86
5
"
-
nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/tarball/nixos-19.0
9
-p cachix --run 'cachix push ihaskell result'
-
test/acceptance.nbconvert.sh result/bin/ihaskell-nbconvert
release-8.6.nix
View file @
17188f8c
{
compiler
?
"ghc86
4
"
{
compiler
?
"ghc86
5
"
,
nixpkgs
?
import
<
nixpkgs
>
{}
,
packages
?
(
_
:
[])
,
pythonPackages
?
(
_
:
[])
...
...
release.nix
View file @
17188f8c
...
...
@@ -45,14 +45,9 @@ let
});
ghc-parser
=
self
.
callCabal2nix
"ghc-parser"
ghc-parser-src
{};
ipython-kernel
=
self
.
callCabal2nix
"ipython-kernel"
ipython-kernel-src
{};
zeromq4-haskell
=
self
.
callHackage
"zeromq4-haskell"
"0.8.0"
{};
haskell-src-exts
=
self
.
haskell-src-exts_1_21_0
;
inline-r
=
nixpkgs
.
haskell
.
lib
.
dontCheck
super
.
inline-r
;
static-canvas
=
nixpkgs
.
haskell
.
lib
.
doJailbreak
super
.
static-canvas
;
system-fileio
=
nixpkgs
.
haskell
.
lib
.
doJailbreak
super
.
system-fileio
;
Chart
=
nixpkgs
.
haskell
.
lib
.
doJailbreak
super
.
Chart
;
Chart-cairo
=
nixpkgs
.
haskell
.
lib
.
doJailbreak
super
.
Chart-cairo
;
}
//
displays
self
);
});
ihaskellEnv
=
haskellPackages
.
ghcWithPackages
(
self
:
[
self
.
ihaskell
]
++
packages
self
);
...
...
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