From e325cff1becaed9a0349ef464ff17ccf3be66cf8 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Thu, 16 Jul 2026 21:40:27 +0000 Subject: [PATCH] Fix vscode-server --- flake.lock | 20 +++++++++++++++++--- flake.nix | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 63317f7..aaef23e 100644 --- a/flake.lock +++ b/flake.lock @@ -259,6 +259,22 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1784182977, + "narHash": "sha256-Hy8zg2HEcsk4WqowQK3UKRXz1fdQM7Z2un3nSyLbJaQ=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "29c22b7761070f37c4c2b0dd6a8777f0bd43e268", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-26.05-darwin", + "repo": "nixpkgs", + "type": "github" + } + }, "root": { "inputs": { "darwin": "darwin", @@ -322,9 +338,7 @@ "vscode-server": { "inputs": { "flake-utils": "flake-utils", - "nixpkgs": [ - "nixpkgs" - ] + "nixpkgs": "nixpkgs_2" }, "locked": { "lastModified": 1770124655, diff --git a/flake.nix b/flake.nix index 08597f3..1ae730e 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ }; vscode-server = { url = "github:nix-community/nixos-vscode-server"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-26.05-darwin"; }; fw_nix = { url = "git+https://github.com/futureware-tech/nix.git";