shell.nix 126 B

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