lobster: fix unstableGitUpdater call
unstableGitUpdater can't get the url from fetchFromGitHub
This commit is contained in:
@@ -48,7 +48,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru = {
|
||||
tests.can-run-hello-world = callPackage ./test-can-run-hello-world.nix {};
|
||||
updateScript = unstableGitUpdater { };
|
||||
updateScript = unstableGitUpdater {
|
||||
url = "https://github.com/aardappel/lobster";
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user