diff --git a/flake.lock b/flake.lock index c3e2c2d..f2caefd 100644 --- a/flake.lock +++ b/flake.lock @@ -297,15 +297,15 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1709622318, - "narHash": "sha256-bTscF0366xtoIXgH7Zq+Mn0mpX3w4h/2xKpHiYMyLNc=", - "owner": "nix-community", + "lastModified": 1711042850, + "narHash": "sha256-8PDNi/dgoI2kyM7uSiU4eoLBqUKoA+3TXuz+VWmuCOc=", + "owner": "Ten0", "repo": "nixos-vscode-server", - "rev": "d0ed9b8cf1f0a71f110df9119489ab047e0726bd", + "rev": "b02b3cceaae22fb66c00f03f1aff705e9711956e", "type": "github" }, "original": { - "owner": "nix-community", + "owner": "Ten0", "repo": "nixos-vscode-server", "type": "github" } diff --git a/flake.nix b/flake.nix index d2d53b5..15d7ff3 100755 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.11"; - vscode-server.url = "github:nix-community/nixos-vscode-server"; + vscode-server.url = "github:Ten0/nixos-vscode-server"; nil = { url = "github:oxalica/nil";