My omnium-gatherom of scripts and source code.
at main 7 lines 89 B view raw
1{ pkgs ? import <nixpkgs> {} }: 2 3pkgs.mkShell { 4 packages = with pkgs; [ 5 python3 6 ]; 7}