We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40153eb commit e674c32Copy full SHA for e674c32
nix/pkgs/default.nix
@@ -41,6 +41,7 @@
41
rev = "main";
42
hash = lib.getHash name;
43
}),
44
+ flakeRoot?../..,
45
ninecraft-extract ? ../../tools/extract.sh,
46
}: rec {
47
fetchApk = pkgs.callPackage ./fetchApk.nix {};
0 commit comments