update: fully remove vscode-server
This commit is contained in:
parent
42d3520f39
commit
bf6822e056
1 changed files with 0 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions";
|
||||
vscode-server.url = "github:nix-community/nixos-vscode-server";
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, home-manager, ... }:
|
||||
|
|
@ -44,7 +43,6 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = { pkgs = (pkgs system); };
|
||||
modules = [
|
||||
inputs.vscode-server.nixosModules.default
|
||||
./hosts/main-homelab/configuration.nix
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue