zeus.ugent.be/shell.nix

8 lines
126 B
Nix
Raw Normal View History

let
pkgs = import <nixpkgs> {};
in with pkgs; mkShell {
nativeBuildInputs = [
ruby bundler libxml2 nodejs yarn
];
}