From 69bbd4ed3804833b15285cf8637e96e59135f223 Mon Sep 17 00:00:00 2001 From: Julian T Date: Tue, 20 Jul 2021 22:30:45 +0200 Subject: Switch from python to rust Rust implementation can parse flags, load config and iterate image files --- shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index c3dd58f..55db230 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ -{ pkgs ? import {}, pythonPackages ? pkgs.python38Packages }: +{ pkgs ? import {} }: pkgs.mkShell { - buildInputs = with pythonPackages; [ - pillow pyyaml + buildInputs = with pkgs; [ + cargo gcc rls ]; } -- cgit v1.2.3