fix nix flake check

This commit is contained in:
mjallen18
2026-03-25 16:42:34 -05:00
parent 642cee5dc5
commit ccd413d273
28 changed files with 228 additions and 224 deletions

View File

@@ -1,5 +1,4 @@
{
fetchFromGitHub,
lib,
namespace,
nodejs,

View File

@@ -1,5 +1,4 @@
{
lib,
writeShellApplication,
nebula,
sops,

View File

@@ -16,12 +16,10 @@ let
in
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = vars.name;
publisher = vars.publisher;
version = vars.version;
inherit (vars) name publisher version;
};
vsix = sources.vsix;
inherit (sources) vsix;
unpackPhase = ''
${lib.getExe pkgs.unzip} -q $src