From 60a9f5981684f2c2b72aac0e48e306bdf0e5e829 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Thu, 22 Aug 2024 00:55:30 +0100 Subject: [PATCH] vscode: downgrade nix-vscode-extensions It turns out a typical cadence for breaking changes to the VS Code plugin API is every two or three months. What the fuck. Obviously this means it's not practical to pair nixos stable releases with the rolling-release model of nix-vscode-extensions. So, I'm downgrading nix-vscode-extensions to the commit that was live as of 24.05's freeze from nixpkgs master, and will just update it once every six months, unless something else breaks. --- npins/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npins/sources.json b/npins/sources.json index 340f30e..27d6de1 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -46,9 +46,9 @@ "repo": "nix-vscode-extensions" }, "branch": "master", - "revision": "5ea2b85a16c2d4b3c847854e7c8c188f3e0c6db8", - "url": "https://github.com/nix-community/nix-vscode-extensions/archive/5ea2b85a16c2d4b3c847854e7c8c188f3e0c6db8.tar.gz", - "hash": "0192xjwzh1x9gmj6kwigd1zdpngx5qrnd2qbrc8xh5x0294qakgb" + "revision": "27ce569a199d2da1a8483fe3d69dd41664da3a63", + "url": "https://github.com/nix-community/nix-vscode-extensions/archive/27ce569a199d2da1a8483fe3d69dd41664da3a63.tar.gz", + "hash": "1dpykmk4xmpvx9i8awd93h0g1q8ir2pwsisjzc7vc5f43lm7h86b" }, "nixpkgs": { "type": "Channel",