Commit 7de2696d authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Gaétan Lepage
Browse files

justbuild: add update script

parent a9679031
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
  curl,
  libarchive,

  nix-update-script,
  testers,
  justbuild,
}:
@@ -171,6 +172,7 @@ stdenv.mkDerivation rec {
  '';

  passthru = {
    updateScript = nix-update-script { };
    tests.version = testers.testVersion {
      package = justbuild;
      command = "just version";