mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add stretchy-spaces for vscode
This commit is contained in:
parent
8e60defb30
commit
9634ffb193
2 changed files with 11 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
{
|
{
|
||||||
commander-x16 = pkgs.callPackage ./pkgs/commander-x16 { };
|
commander-x16 = pkgs.callPackage ./pkgs/commander-x16 { };
|
||||||
gef = pkgs.callPackage ./pkgs/gef { };
|
gef = pkgs.callPackage ./pkgs/gef { };
|
||||||
|
stretchy-spaces = pkgs.callPackage ./pkgs/stretchy-spaces { };
|
||||||
weevely = pkgs.callPackage ./pkgs/weevely { };
|
weevely = pkgs.callPackage ./pkgs/weevely { };
|
||||||
}
|
}
|
||||||
// (if pkgs.system != "x86_64-linux" then { } else
|
// (if pkgs.system != "x86_64-linux" then { } else
|
||||||
|
|
10
pkgs/stretchy-spaces/default.nix
Normal file
10
pkgs/stretchy-spaces/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ vscode-utils }:
|
||||||
|
|
||||||
|
vscode-utils.buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
publisher = "kylepaulsen";
|
||||||
|
name = "stretchy-spaces";
|
||||||
|
version = "0.1.0";
|
||||||
|
sha256 = "sha256-1Ih0wv2RO4I346KSE2vv0y9lUGAYs+vL2lUdwGWy4XY=";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue