proarbeit/shell.nix

6 lines
86 B
Nix
Raw Normal View History

2020-07-27 16:32:39 +02:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
2020-07-28 13:24:50 +02:00
mkShell { buildInputs = [ python38 ]; }