fix
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/result
|
||||
**/result
|
||||
@@ -127,14 +127,6 @@ stdenv.mkDerivation {
|
||||
inherit (unwrapped) upstream-info;
|
||||
browser = unwrapped;
|
||||
inherit sandboxExecutableName;
|
||||
# TODO: enable and fix this script when bothered
|
||||
# updateScript = replaceVarsWith {
|
||||
# src = ./update.mjs;
|
||||
# replacements = {
|
||||
# inherit nixpkgs;
|
||||
# };
|
||||
# dir = "bin";
|
||||
# isExecutable = true;
|
||||
# };
|
||||
updateScript = ./update.mjs;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user