Fix vscode-server
Nix Flake Check / check (push) Successful in 49s

This commit is contained in:
2026-07-16 21:40:27 +00:00
parent 24c8eef831
commit e325cff1be
2 changed files with 18 additions and 4 deletions
Generated
+17 -3
View File
@@ -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,
+1 -1
View File
@@ -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";