summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2022-03-06 16:21:09 +0100
committerJulian T <julian@jtle.dk>2022-03-06 16:21:09 +0100
commit7dcdf175b6d948e12583352bcc29d95767e66c5f (patch)
tree7e40ed80f398deedacf61e7d36d7f440362542e9 /shell.nix
parentae5cc1d7c86cec366d87a9b6e76de10f8edc7499 (diff)
Extra vim packages and use python 3.9
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 5b86788..f24d36d 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,4 @@
-{ pkgs ? import <nixpkgs> {}, pythonPackages ? pkgs.python38Packages }:
+{ pkgs ? import <nixpkgs> {}, pythonPackages ? pkgs.python39Packages }:
pkgs.mkShell {
buildInputs = with pythonPackages; [