We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72ab02 commit 40b7ea0Copy full SHA for 40b7ea0
1 file changed
modules/home/programs/graphical/editors/vscode/default.nix
@@ -274,7 +274,11 @@ in
274
with pkgs.vscode-extensions;
275
commonExtensions
276
++ [
277
- ms-python.python
+ # 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
282
ms-python.debugpy
283
njpwerner.autodocstring
284
];
0 commit comments