9 lines
156 B
Nix
9 lines
156 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "VSCode";
|
|
homepage = "https://code.visualstudio.com/";
|
|
maintainers = with lib.maintainers; [
|
|
Flameopathic
|
|
danth
|
|
];
|
|
}
|