Commit 58cbf088 authored by Felix Schröter's avatar Felix Schröter Committed by Anderson Torres
Browse files

nickel: add passthru.updateScript

parent b2bcabde
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ lib
, rustPlatform
, fetchFromGitHub
, nix-update-script
}:

rustPlatform.buildRustPackage rec {
@@ -16,6 +17,8 @@ rustPlatform.buildRustPackage rec {

  cargoSha256 = "sha256-E8eIUASjCIVsZhptbU41VfK8bFmA4FTT3LVagLrgUso=";

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    homepage = "https://nickel-lang.org/";
    description = "Better configuration for less";