Use lorri for development
This commit is contained in:
parent
9919871e53
commit
442094df0d
20
shell.nix
20
shell.nix
@ -1,16 +1,12 @@
|
|||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
|
||||||
with pkgs;
|
pkgs.mkShell {
|
||||||
|
buildInputs = [
|
||||||
|
pkgs.hello
|
||||||
|
|
||||||
let
|
# keep this line if you use bash
|
||||||
inherit (lib) optional optionals;
|
pkgs.bashInteractive
|
||||||
|
pkgs.erlang
|
||||||
erlang_wx = erlangR23.override {
|
pkgs.libsodium
|
||||||
wxSupport = true;
|
];
|
||||||
};
|
|
||||||
in
|
|
||||||
|
|
||||||
mkShell {
|
|
||||||
buildInputs = [ erlang_wx git libsodium ]
|
|
||||||
++ optional stdenv.isLinux inotify-tools;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user