Add shell.nix to include Python 3.8
This commit is contained in:
parent
98cc6ebdb9
commit
0150c54284
5
shell.nix
Normal file
5
shell.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
mkShell { buildInputs = [ python38 ]; }
|
Loading…
x
Reference in New Issue
Block a user