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

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ inputs, pkgs, ... }:
{
imports = [
@ -20,7 +20,7 @@
../nix-os/services/nix-binary-cache.nix
../nix-os/udev.nix
(builtins.fetchTarball "https://github.com/nix-community/nixos-vscode-server/tarball/fc900c16efc6a5ed972fb6be87df018bcf3035bc")
"${inputs.nixos-vscode-server}"
];
config = {