Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 210b6509eda2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 544d4f3a91fc
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 6, 2021

  1. Copy the full SHA
    a03f012 View commit details
    Browse the repository at this point in the history
  2. flutter: refactor and reduce derivation size

    Instead of copying the whole dart derivation to bin/cache/dart-sdk
    directory, just symlink it.
    
    Also, make sure that the flutter is build from dart passed as a
    parameter.
    
    Before:
    /nix/store/p3avfmvd0yrjpwwml7vvqbjin5vacx2k-flutter-stable-1.22.0	2084894968
    
    After:
    /nix/store/750k4z1yj5xsw7ymmwvn7cfjjzkaygzg-flutter-stable-1.22.0	1647047080
    thiagokokada committed Jan 6, 2021
    Copy the full SHA
    bbbe322 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #108611 from thiagokokada/flutter-refactor-bump

    flutter: reduce derivation size and refactor
    kevincox committed Jan 6, 2021
    Copy the full SHA
    544d4f3 View commit details
    Browse the repository at this point in the history