diff options
author | Julian T <julian@jtle.dk> | 2022-03-06 16:21:09 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-03-06 16:21:09 +0100 |
commit | 7dcdf175b6d948e12583352bcc29d95767e66c5f (patch) | |
tree | 7e40ed80f398deedacf61e7d36d7f440362542e9 /shell.nix | |
parent | ae5cc1d7c86cec366d87a9b6e76de10f8edc7499 (diff) |
Extra vim packages and use python 3.9
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -{ pkgs ? import <nixpkgs> {}, pythonPackages ? pkgs.python38Packages }: +{ pkgs ? import <nixpkgs> {}, pythonPackages ? pkgs.python39Packages }: pkgs.mkShell { buildInputs = with pythonPackages; [ |