default.nix (76B)
1 { pkgs ? import <nixpkgs> {} }: 2 with pkgs; 3 mkShell { 4 buildInputs = [ ]; 5 }