summaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/dart/source
AgeCommit message (Collapse)Author
2026-04-12Revert "flutterPackages: refactor"hacker1024
This reverts commit fe90d5a666a4d649ddb35bf6d617bf5e98be777c.
2026-04-03flutterPackages: refactorkyehn
2026-03-31dart: 3.11.2 -> 3.11.4R. Ryantm
2026-03-14dart: 3.11.0 -> 3.11.2R. Ryantm
2026-02-27dart-source: don't clobber `passthru` elementsSergei Trofimovich
Without the change `passthru` override deleted `fetchGitHashesScript` entry and caused updater scripts to fail: ``` $ nix-instantiate -A butterfly.updateScript error: … while evaluating the attribute 'command' at pkgs/common-updater/combinators.nix:190:7: 189| { 190| command = commandsToShellInvocation (map ({ command, ... }: command) scripts); | ^ 191| supportedFeatures = … while evaluating the attribute 'paths' at pkgs/common-updater/combinators.nix:91:7: 90| commands = commands ++ [ new.args ]; 91| paths = paths ++ new.paths; | ^ 92| maxArgIndex = new.maxArgIndex; (stack trace truncated; use '--show-trace' to show the full, detailed trace) error: attribute 'fetchGitHashesScript' missing at pkgs/by-name/bu/butterfly/package.nix:64:11: 63| command = [ 64| dart.fetchGitHashesScript | ^ 65| "--input" ``` Let's use attribute merge instead.
2026-02-20dart: use dart-source in linuxkyehn
2026-02-14dart-source: initkyehn