Skip to content

Commit 40b7ea0

Browse files
committed
vscode: disable python for now
incorrect hash
1 parent c72ab02 commit 40b7ea0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • modules/home/programs/graphical/editors/vscode

modules/home/programs/graphical/editors/vscode/default.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,11 @@ in
274274
with pkgs.vscode-extensions;
275275
commonExtensions
276276
++ [
277-
ms-python.python
277+
# FIXME: incorrect hash
278+
# error: hash mismatch in fixed-output derivation '/nix/store/fasa6wib6pa5vviq04a9v2vacap94jiv-ms-python-python.zip.drv':
279+
# ┃specified: sha256-8dc1uM/6iUNF+9y4yKH7w4/FsrzgVoOJlIFfQOvY8YM=
280+
# ┃got: sha256-uD6NWGD5GyYwd7SeoGsgYEH26NI+hDxCx3f2EhqoOXk=
281+
# ms-python.python
278282
ms-python.debugpy
279283
njpwerner.autodocstring
280284
];

0 commit comments

Comments
 (0)