Commit d30e291a authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch 'origin/dev-merge-nix-2' into dev-merge

parents d557b58d 680162d7
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4. -- This file has been generated from package.yaml by hpack version 0.34.7.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
...@@ -96,6 +96,7 @@ library ...@@ -96,6 +96,7 @@ library
Gargantext.Core.Viz.Phylo.SynchronicClustering Gargantext.Core.Viz.Phylo.SynchronicClustering
Gargantext.Core.Viz.Types Gargantext.Core.Viz.Types
other-modules: other-modules:
ConcurrentTest
Gargantext.API.Admin.Auth Gargantext.API.Admin.Auth
Gargantext.API.Admin.FrontEnd Gargantext.API.Admin.FrontEnd
Gargantext.API.Admin.Orchestrator Gargantext.API.Admin.Orchestrator
......
{ pkgs ? import ./nix/pkgs.nix {} }: { pkgs ? import ./nix/pkgs.nix {} }:
let let
myBuildInputs = [ myBuildInputs = [
pkgs.pkgs.docker-compose pkgs.pkgs.docker-compose
pkgs.pkgs.haskell-language-server pkgs.pkgs.haskell-language-server
pkgs.pkgs.stack pkgs.pkgs.stack
]; ];
in in
pkgs.pkgs.mkShell { pkgs.pkgs.mkShell {
name = pkgs.shell.name; name = pkgs.shell.name;
shellHook = pkgs.shell.shellHook; shellHook = pkgs.shell.shellHook;
......
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