i cannot find the haskell-process-wrapper-function
cannot find means it did not automatically pop-up
Travis B. Hartwell
@travisbhartwell
@AlleaRizary I haven't yet updated the nixos layer in Spacemacs to include the nix-sandbox package
Andika Demas Riyandi
@Rizary
so both haskell and flycheck cannot be integrated if i am using nixos layer on spacemacs?
if using teh setq
Travis B. Hartwell
@travisbhartwell
@AlleaRizary You can, you just need to load the nix-sandbox package
jsut a second
Andika Demas Riyandi
@Rizary
ah i see
Travis B. Hartwell
@travisbhartwell
add nix-sandbox to dotspacemacs-additional-packages
Andika Demas Riyandi
@Rizary
9i get it now
Travis B. Hartwell
@travisbhartwell
And then reload or restart and it should work
I really need to do a PR to add the new package to the nixos layer
Andika Demas Riyandi
@Rizary
ok thanks
Travis B. Hartwell
@travisbhartwell
I admit I haven't used the sandbox functionality personally yet
(having other contributors is great)
Andika Demas Riyandi
@Rizary
i see
i am glad to help but i am still new in emacs thingy
:D
Travis B. Hartwell
@travisbhartwell
that's okay. new people are welcome
Andika Demas Riyandi
@Rizary
hi travis
@travisbhartwell
about the nix-sandbox
how that actually work?
i have spacemacs and have no idea how to run M :
Andika Demas Riyandi
@Rizary
the function is not interactive
Andika Demas Riyandi
@Rizary
aah i get it
sorry to bother you
just ignore my question
Marcin Matuszak
@mrcmatuszak
hi, just started using nix on macos and I have problem which I can’t google
I installed emacs-25.3 and after opening it from termianl, it opens as gui
and that’s fine
but it does not open separate window (on top bar there is no menu for emace, I can’t alt-tab to it)
and while typing the focus is stil on terminal
so typing anything in emacs window it shows in terminal not in emacs
Javier Candeira
@candeira
Hi, I'm using spacemacs on NixOS and I'm having some issues with packages not being found, I wonder if there's a standard configuration I can work from.
Javier Candeira
@candeira
Hi all. I'm trying to figure out how to set Spacemacs for JS development under NixOS, since npm install -g is not available to us. Does anybody have applicable experience?