# -*- mode: snippet -*- # name: shell.nix boilerplate # key: import # -- let briefcase = with import {}; pkgs = briefcase.third_party.pkgs; in stdenv.mkDerivation { name = "$1"; buildInputs = [ $2 ]; }