lobster: use unstableGitUpdater
This commit is contained in:
parent
86e91a15f3
commit
0c6492b9e4
@ -1,5 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, unstableGitUpdater
|
||||||
, cmake
|
, cmake
|
||||||
, callPackage
|
, callPackage
|
||||||
|
|
||||||
@ -46,8 +47,9 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = "cd dev";
|
preConfigure = "cd dev";
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
passthru.tests = {
|
passthru = {
|
||||||
can-run-hello-world = callPackage ./test-can-run-hello-world.nix {};
|
tests.can-run-hello-world = callPackage ./test-can-run-hello-world.nix {};
|
||||||
|
updateScript = unstableGitUpdater { };
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
@ -63,4 +65,3 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user