Skip to content

Commit e325cff

Browse files
committed
Fix vscode-server
1 parent 24c8eef commit e325cff

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

flake.lock

Lines changed: 17 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
};
1616
vscode-server = {
1717
url = "github:nix-community/nixos-vscode-server";
18-
inputs.nixpkgs.follows = "nixpkgs";
18+
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-26.05-darwin";
1919
};
2020
fw_nix = {
2121
url = "git+https://github.com/futureware-tech/nix.git";

0 commit comments

Comments
 (0)