inputs/nixos-vscode-server: move to inputs

This commit is contained in:
Wroclaw 2024-07-01 20:15:07 +02:00
parent 627b4e00b6
commit f39c0b54d0
3 changed files with 11 additions and 2 deletions

View file

@ -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";