Add shell.nix for easy development with nix
This commit is contained in:
parent
b02efd90dd
commit
6d68652170
1 changed files with 7 additions and 0 deletions
7
shell.nix
Normal file
7
shell.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in with pkgs; mkShell {
|
||||
nativeBuildInputs = [
|
||||
ruby bundler libxml2 nodejs yarn
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue