From 7dcdf175b6d948e12583352bcc29d95767e66c5f Mon Sep 17 00:00:00 2001 From: Julian T Date: Sun, 6 Mar 2022 16:21:09 +0100 Subject: Extra vim packages and use python 3.9 --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 5b86788..f24d36d 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? import {}, pythonPackages ? pkgs.python38Packages }: +{ pkgs ? import {}, pythonPackages ? pkgs.python39Packages }: pkgs.mkShell { buildInputs = with pythonPackages; [ -- cgit v1.2.3