mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
11 lines
241 B
Nix
11 lines
241 B
Nix
|
{ vscode-utils }:
|
||
|
|
||
|
vscode-utils.buildVscodeMarketplaceExtension {
|
||
|
mktplcRef = {
|
||
|
publisher = "kylepaulsen";
|
||
|
name = "stretchy-spaces";
|
||
|
version = "0.1.0";
|
||
|
sha256 = "sha256-1Ih0wv2RO4I346KSE2vv0y9lUGAYs+vL2lUdwGWy4XY=";
|
||
|
};
|
||
|
}
|