inputs/nixos-vscode-server: move to inputs
This commit is contained in:
parent
627b4e00b6
commit
f39c0b54d0
3 changed files with 11 additions and 2 deletions
|
@ -5,6 +5,11 @@ let self = {
|
|||
|
||||
{
|
||||
inherit lock;
|
||||
nixos-vscode-server = builtins.fetchTarball {
|
||||
name = "nixos-vscode-server";
|
||||
url = "https://github.com/nix-community/nixos-vscode-server/archive/${lock.nixos-vscode-server.revision}.tar.gz";
|
||||
sha256 = "${lock.nixos-vscode-server.sha256}";
|
||||
};
|
||||
nixpkgs = builtins.fetchTarball {
|
||||
name = "nixpkgs";
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/${lock.nixpkgs.revision}.tar.gz";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue