about summary refs log tree commit diff
path: root/pkgs/build-support/dart
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-14pub2nix: Fix language version regex on Darwinhacker10241-1/+1
2024-01-10buildDartApplication: Allow reading pubspec.lock with IFDhacker10241-1/+9
2023-12-26buildDartApplication: remove customSourceBuilders from baseDerivationFlafyDev1-1/+1
2023-12-26pub2nix: Add disclaimer why not to use fetchTarballFlafyDev1-0/+2
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 ...hacker10242-25/+17
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-26pub2nix.readPubspecLock: Add package versions to passthruhacker10241-7/+11
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-26pub2nix.readPubspecLock: Add `packagePath` convenience attributehacker10241-2/+8
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-26pub2nix.readPubspecLock: Include entire source in package derivationshacker10242-52/+52
2023-12-26dart: Use Nix instead of Pubhacker102410-337/+333
2023-12-25dart: fix fetchDartDepslinsui1-1/+5
2023-12-21fetchDartDeps: Use add milliseconds to date in package_config.jsonhacker10241-1/+1
2023-12-21fetchDartDeps: Add a package_config.json derivationhacker10241-0/+28
2023-12-21fetchDartDeps: Pass through the dependency cachehacker10241-0/+1
2023-12-21fetchDartDeps: Generalise dependency derivation logichacker10241-5/+10
2023-12-21buildDartApplication: Add entire Dart derivation to nativeBuildInputshacker10241-8/+10
2023-12-21fetchDartDeps: Use given setup and Pub get script in dependency list derivationhacker10241-1/+8
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-21fetchDartDeps: Disable install phase in depsListDrvhacker10241-0/+2
2023-10-21buildDartApplication: Format with nixpkgs-fmthacker10241-10/+9
2023-08-29buildDartApplication: Supply CA bundle to Dart in FODhacker10242-9/+9
2023-08-29flutter: Supply CA bundle in sandboxhacker10241-1/+7
2023-06-14buildDartApplication: add sigtool on darwinWeijia Wang1-1/+3
2023-05-12dart: Properly set the dependency list derivation namehacker10241-1/+1
2023-05-12dart: Use doPubGet when generating the dependency listhacker10241-1/+1
2023-05-12dart: Spoof Git dependency version checkshacker10243-2/+22
2023-05-05buildDartApplication: initGabriel Fontes5-0/+156
2023-04-23flutter.buildFlutterApplication: Manually supply the dependency listhacker10242-37/+32
2023-04-16dart.list-dart-deps: Add list-dart-deps functionhacker10241-0/+28
2023-04-16dart.fetch-dart-deps: Add hook runtime dependencieshacker10241-0/+1