locimend/shell.nix

6 lines
93 B
Nix
Raw Normal View History

2021-02-17 17:11:05 +01:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell { buildInputs = [ python39 poetry ]; }