From cf125f8cd20dbc300c1283cc128787020803ba03 Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 4 Mar 2025 14:54:55 -0500 Subject: [PATCH] pin vscode-extensions --- flake.lock | 1 + flake.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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";