Skip to content

Commit 34613cb

Browse files
committed
Use a version of nixpkgs compatible with both the vscode and the extensions
1 parent b1f15c3 commit 34613cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
let
2-
pinnedHash = "933d7dc155096e7575d207be6fb7792bc9f34f6d";
2+
pinnedHash = "f03c983c83471408ef16fcb9f47078491070064f";
33
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/${pinnedHash}.tar.gz") { };
44
pythonPackages = pkgs.python3Packages;
55
in pkgs.mkShell rec {

0 commit comments

Comments
 (0)