mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
lobster: fix unstableGitUpdater call
unstableGitUpdater can't get the url from fetchFromGitHub
This commit is contained in:
parent
93498b1526
commit
8a1e4e72a7
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user