/ shell.nix
shell.nix
1  with import <nixpkgs> {};
2  
3  stdenvNoCC.mkDerivation {
4    name = "prism-break";
5    nativeBuildInputs = [ git jq nodejs rsync ];
6  }