8b09557f383b ^
1 2 3 4 5 6 7 8 9 10 11 12
# -*- mode: snippet -*- # name: shell.nix boilerplate # key: import # -- with import <nixpkgs> {}; stdenv.mkDerivation { name = "$1"; buildInputs = [ $2 ]; }