Skip to content

Commit

Permalink
Use a version of nixpkgs compatible with both the vscode and the exte…
Browse files Browse the repository at this point in the history
…nsions
  • Loading branch information
timlinux committed Mar 2, 2025
1 parent b1f15c3 commit 34613cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let
pinnedHash = "933d7dc155096e7575d207be6fb7792bc9f34f6d";
pinnedHash = "f03c983c83471408ef16fcb9f47078491070064f";
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/${pinnedHash}.tar.gz") { };
pythonPackages = pkgs.python3Packages;
in pkgs.mkShell rec {
Expand Down

0 comments on commit 34613cb

Please sign in to comment.