Commit 73de7b07 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Nix Config

parent 710160f3
Pipeline #4289 failed with stages
in 42 minutes and 2 seconds
...@@ -87,6 +87,7 @@ rec { ...@@ -87,6 +87,7 @@ rec {
graphviz graphviz
llvm_9 llvm_9
igraph_0_10_4 igraph_0_10_4
libpqxx
] ++ ( lib.optionals stdenv.isDarwin [ ] ++ ( lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Accelerate darwin.apple_sdk.frameworks.Accelerate
]); ]);
......
...@@ -8,8 +8,8 @@ let ...@@ -8,8 +8,8 @@ let
in in
pkgs.pkgs.mkShell { pkgs.pkgs.mkShell {
name = pkgs.shell.name; name = pkgs.shell.name;
# LOCALE_ARCHIVE = "${pkgs.pkgs.glibcLocales}/lib/locale/locale-archive"; LOCALE_ARCHIVE = "${pkgs.pkgs.glibcLocales}/lib/locale/locale-archive";
home.sessionVariables.LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; #home.sessionVariables.LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
shellHook = pkgs.shell.shellHook; shellHook = pkgs.shell.shellHook;
buildInputs = pkgs.shell.buildInputs ++ myBuildInputs; buildInputs = pkgs.shell.buildInputs ++ myBuildInputs;
} }
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