Fix shell.nix for a pure shell
This commit is contained in:
parent
6d68652170
commit
3705235b24
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@ let
|
|||
pkgs = import <nixpkgs> {};
|
||||
in with pkgs; mkShell {
|
||||
nativeBuildInputs = [
|
||||
ruby bundler libxml2 nodejs yarn
|
||||
ruby bundler libxml2 nodejs yarn cacert git glibcLocales
|
||||
];
|
||||
shellHook = ''
|
||||
export LANG=en_US.UTF-8
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue