about summary refs log tree commit diff
path: root/pkgs/build-support/dart/build-dart-application
AgeCommit message (Expand)AuthorFilesLines
2024-01-18dartHooks.dartInstallHook: Add trailing newlinehacker10241-1/+1
2024-01-18dartHooks.dartInstallHook: Allow disabling cache installation independentlyhacker10241-3/+13
2024-01-18buildDartApplication: Add custom outputs to the end of the listhacker10241-1/+1
2024-01-10buildDartApplication: Allow reading pubspec.lock with IFDhacker10241-1/+9
2023-12-26buildDartApplication: remove customSourceBuilders from baseDerivationFlafyDev1-1/+1
2023-12-26buildDartApplication: fix note about fixed-output derivationFlafyDev1-1/+1
2023-12-26buildDartApplication: remove unused pubGetScript and generatePubspecLockFlafyDev1-3/+1
2023-12-26buildDartApplication: Pass `customSourceBuilders` through to pub2nixhacker10241-1/+2
2023-12-26buildDartApplication: Remove depsListFilehacker10243-52/+1
2023-12-26buildDartApplication: Use package source builders and setup hooks instead of ...hacker10241-20/+1
2023-12-26buildDartApplication: Generate LD_LIBRARY_PATH at build timehacker10242-5/+8
2023-12-26buildDartApplication: Move package sources to nativeBuildInputshacker10241-3/+1
2023-12-26buildDartApplication: Declare dependency sources as build inputshacker10241-0/+4
2023-12-26buildDartApplication: Use overrides for dev dependencies as wellhacker10241-1/+1
2023-12-26dartHooks.dartConfigHook: Simplify packageRun functionhacker10242-6/+31
2023-12-26dartHooks.dartConfigHook: Add packageRun utilityhacker10241-0/+30
2023-12-26buildDartApplication: Accept additional package_config.json setup commandshacker10242-16/+21
2023-12-26buildDartApplication: Link the package_config.json in a separate derivationhacker10244-9/+25
2023-12-26buildDartApplication: Refactor autoDepsList logichacker10241-5/+8
2023-12-26dart: Use Nix instead of Pubhacker10245-43/+163
2023-12-21buildDartApplication: Add entire Dart derivation to nativeBuildInputshacker10241-8/+10
2023-10-28buildDartApplication: Generate Dart wrapper with symlinkJoinhacker10241-6/+10
2023-10-22dartHooks.dartFixupHook: Add trailing newlinehacker10241-1/+1
2023-10-22buildDartApplication: Recognise extraWrapProgramArgshacker10242-7/+19
2023-10-21 buildDartApplication: Allow passing a `sdkSetupScript`hacker10242-4/+8
2023-10-21buildDartApplication: Use package override mechanism from buildFlutterApplica...hacker10241-29/+73
2023-10-21buildDartApplication: Allow supplying runtime dependencieshacker10243-2/+30
2023-10-21buildDartApplication: Format with nixpkgs-fmthacker10241-10/+9
2023-08-29buildDartApplication: Supply CA bundle to Dart in FODhacker10241-2/+8
2023-06-14buildDartApplication: add sigtool on darwinWeijia Wang1-1/+3
2023-05-12dart: Spoof Git dependency version checkshacker10241-1/+1
2023-05-05buildDartApplication: initGabriel Fontes5-0/+156