Packaging a Gem as a Nix derivation

preview_player
Показать описание
Creating new Nix derivations can feel daunting, but simple ones are actually pretty easy! Here we walk through packaging a simple Rubygem in Shopify's nixpkgs overlay.

Links:
Developer Talk link is in ustream if you work at Shopify (internal only for now, sorry!)
Рекомендации по теме
Комментарии
Автор

Hey Burke,
Thanks for your nix tutorial series.
I would like to practice step by step as you do in this video.
But I haven't access to the Dev repo of Shopify.
Isn't better to create a video with public repos?

khajavi
Автор

what are those "bat" and "dev" commands?

maksimbronsky
Автор

How can we create docker images in nix, I followed tutorial somewhere it built redis image but when I ran it couldn't run redis-cli inside container or was unable to run.

lord
Автор

I now can install redis( nix-env -i nixpkgs.redis), but I do not know how to configure and manage it. for centos, if i install redis service, i can use systemctl to manage it, how can i manage it in nix?

laozi