locimend/shell.nix
2021-02-17 18:06:14 +01:00

6 lines
93 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell { buildInputs = [ python39 poetry ]; }