shell Nix pour les outils Ruby gems

master
Yves Dubromelle 6 years ago
parent 962854ff30
commit c43aa42b87

@ -0,0 +1,8 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
ruby.devEnv
bundix
];
}
Loading…
Cancel
Save