# -*- mode: snippet -*- # name: shell.nix boilerplate # key: import # -- let briefcase = with import <briefcase> {}; pkgs = briefcase.third_party.pkgs; in stdenv.mkDerivation { name = "$1"; buildInputs = [ $2 ]; }
depot | ||
monorepo for the virus lounge | The Virus Lounge |
about summary refs log tree commit diff |
# -*- mode: snippet -*- # name: shell.nix boilerplate # key: import # -- let briefcase = with import <briefcase> {}; pkgs = briefcase.third_party.pkgs; in stdenv.mkDerivation { name = "$1"; buildInputs = [ $2 ]; }