haskell-jp / nix #2

@ has left the channel
@mrsekut has joined the channel
@pxfnc has joined the channel
@ has joined the channel
@shigeo has joined the channel
@ilyaletre has joined the channel
@Las has joined the channel
@monoid911 has joined the channel
@shinichi has joined the channel
このチャネルだれも使ってない?
なにも投稿がない。
はい、ご覧のとおり誰も使ってないです。
当初は名前のとおりNixパッケージマネージャーについて議論してましたが...
なるほどです。
NixOS はよくつかうのですが、
MacOS で、Nix package の導入の仕方がいまいちぱっとしないので、
質問したいななどと考えていました。
公式のページにある通りに、shell をたたけば、/nix フォルダがつくられて、例のごとく、
/nix/store にパッケージがたまっていくのですが、
/etc/nixos/configuration.nix のような
「統一的に管理するファイルは、ここにおく」といった慣習があるのかと言った質問です。
nixosなのか nix on macos, nix on ubuntuなのかどれをいっているのかだんだんわからなくなっていきますね。
openglはnixosとnix on ubuntuで作法が違っていてつらいです。
haskellとnixの関係も複雑で
stack with nix, cabal-v1 with nix, cabal-v2 with nixとかあたまがいたい
なるほど、OpenGL などのライブラリはMacOS だとややこしいかもしれないですね...
ためしてないや
私の場合、Haskell はNixOS では stack 取り除いてやってます。
反対に、OCaml は、OPAM のみでやってます。
haskellのほうがそれだけ使われているからでしょうね
そうですね、充実しているイメージが強いです。
rubyとかpythonとかも扱いたいですが、これも難しいです
python は virtual env かなにかそういった名前のものを導入してなんだかんだ
ってやった記憶があります
virtual env ならpython以外のライブラリをどうリンクしているのでしょうか。
よろしければ教えてください。
python27Full python27Packages.pygments pypyPackages.virtualenv
(python37.withPackages (x: with x; [python pynvim pip numpy scipy networkx matplotlib toolz pytest ipython jupyter virtualenvwrapper tkinter ])) 
私の、python 関連パッケージはこれだけです。(手打ちなので、ちょっとミスあったらすみません)
上のパッケージをそのまま environment.systemPackages の中に放り込んでいます。
答えになっているのかな?
ありがとうございます
いえ
@Kuroda has joined the channel
nixos をgcpで動かしている人はどのくらいいるのでしょうか。
イメージを用意するだけでも大変ですね。
awsではすんなり動きました。
https://github.com/nix-community/nixos-generators
これでgceのイメージはできるそうですが、ログインできないらしい。(自分ではためしてないです。自分ではそもそもイメージの作成で失敗しています。)
@ has joined the channel
@niszet has joined the channel
@ has joined the channel
@dfordivam has joined the channel
@Aumy has joined the channel
Masaya(M_simplifier)
@Masaya(M_simplifier) has joined the channel
@ has joined the channel
@gksato has joined the channel
@juxtapose has joined the channel
Nixを使ったHaskellプロジェクトのテンプレート
https://github.com/srid/haskell-template
... Replies ...
nix flake使い方がわからないですね。
https://www.tweag.io/blog/2020-05-25-flakes/
に書いてあることだとよくわからないし、
https://nixos.wiki/wiki/Flakes
こちらみてもhaskellでの使い方がわからないですし、
https://serokell.io/blog/practical-nix-flakes
これをみてようやくhaskellでの使い方がなんとなくわかるような。
なにかいいチュートリアルがあるといいのですが。