From d8bdfa7177c9fba2d15f180f75fd01461f3bb3cb Mon Sep 17 00:00:00 2001 From: teidesu Date: Thu, 16 May 2024 19:05:17 +0300 Subject: [PATCH] build: use upstream nixos-vscode-server --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 1287683..60bf3ce 100644 --- a/flake.lock +++ b/flake.lock @@ -237,15 +237,15 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1711042850, + "lastModified": 1713958148, "narHash": "sha256-8PDNi/dgoI2kyM7uSiU4eoLBqUKoA+3TXuz+VWmuCOc=", - "owner": "Ten0", + "owner": "nix-community", "repo": "nixos-vscode-server", - "rev": "b02b3cceaae22fb66c00f03f1aff705e9711956e", + "rev": "fc900c16efc6a5ed972fb6be87df018bcf3035bc", "type": "github" }, "original": { - "owner": "Ten0", + "owner": "nix-community", "repo": "nixos-vscode-server", "type": "github" } diff --git a/flake.nix b/flake.nix index 3895a40..5928a8b 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:Ten0/nixos-vscode-server"; + vscode-server.url = "github:nix-community/nixos-vscode-server"; agenix = { url = "github:ryantm/agenix";