flake: revert nix4vscode version

This commit is contained in:
2025-12-22 10:25:46 +08:00
parent a1c9487e79
commit cd96c1a4ee
2 changed files with 9 additions and 4 deletions

7
flake.lock generated
View File

@@ -970,16 +970,17 @@
"systems": "systems"
},
"locked": {
"lastModified": 1766283298,
"narHash": "sha256-Wlgxrzdnm8nUbdqMLScH301GzXPzk3E6Z8yl5PNVe6A=",
"lastModified": 1765676786,
"narHash": "sha256-/A/yiq3lVC1m4Bhwdo4WBFjabNImxLLStXpzCute5eE=",
"owner": "nix-community",
"repo": "nix4vscode",
"rev": "a0701f4bb48e0a4af7f72ee677836366f370aa43",
"rev": "6c603c201b11dafda616940bac1f295144ac1c41",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nix4vscode",
"rev": "6c603c201b11dafda616940bac1f295144ac1c41",
"type": "github"
}
},

View File

@@ -22,7 +22,11 @@
nixvirt = { url = "github:CHN-beta/NixVirt"; inputs.nixpkgs.follows = "nixpkgs"; };
buildproxy = { url = "github:polygon/nix-buildproxy"; inputs.nixpkgs.follows = "nixpkgs"; };
niri = { url = "github:sodiboo/niri-flake"; inputs.nixpkgs.follows = "nixpkgs"; };
nix4vscode = { url = "github:nix-community/nix4vscode"; inputs.nixpkgs.follows = "nixpkgs"; };
nix4vscode =
{
url = "github:nix-community/nix4vscode?rev=6c603c201b11dafda616940bac1f295144ac1c41";
inputs.nixpkgs.follows = "nixpkgs";
};
dankmaterialshell = { url = "github:AvengeMedia/DankMaterialShell"; inputs.nixpkgs.follows = "nixpkgs"; };
harmonia.url = "github:nix-community/harmonia";
nix-cachyos-kernel = { url = "github:CHN-beta/nix-cachyos-kernel"; inputs.nixpkgs.follows = "nixpkgs"; };