This commit is contained in:
2025-10-07 13:32:55 +04:00
parent 84f446e82c
commit 4da830c97e
2 changed files with 3 additions and 9 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/result
**/result

View File

@@ -127,14 +127,6 @@ stdenv.mkDerivation {
inherit (unwrapped) upstream-info; inherit (unwrapped) upstream-info;
browser = unwrapped; browser = unwrapped;
inherit sandboxExecutableName; inherit sandboxExecutableName;
# TODO: enable and fix this script when bothered updateScript = ./update.mjs;
# updateScript = replaceVarsWith {
# src = ./update.mjs;
# replacements = {
# inherit nixpkgs;
# };
# dir = "bin";
# isExecutable = true;
# };
}; };
} }