diff --git a/flake.lock b/flake.lock index d7443e2..c6ca2b9 100644 --- a/flake.lock +++ b/flake.lock @@ -1231,6 +1231,7 @@ "original": { "owner": "nix-community", "repo": "nix-vscode-extensions", + "rev": "1fc267a10f46200e32f0850caa396bd1ba4ba08e", "type": "github" } } diff --git a/flake.nix b/flake.nix index 821bc80..12de664 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,8 @@ inputs.flake-utils.follows = "flake-utils"; }; vscode-extensions = { - url = "github:nix-community/nix-vscode-extensions"; + # https://github.com/nix-community/nix-vscode-extensions/issues/102 + url = "github:nix-community/nix-vscode-extensions/1fc267a10f46200e32f0850caa396bd1ba4ba08e"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-utils.follows = "flake-utils"; inputs.flake-compat.follows = "flake-compat";