zeus.ugent.be/shell.nix
2021-03-18 01:16:50 +01:00

7 lines
126 B
Nix

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