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;
|
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;
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user