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: 37eb705a65b4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6a94d64c101b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 3 contributors

Commits on Oct 19, 2020

  1. lib: Add readTree function to filesystem

    Add a friendly function to easily return a flattened list of files
    within a directory.
    
    This is useful if you want to easily iterate or concatSep the list of
    files all found within a directory.
    (i.e. when constructing Java's CLASSPATH)
    
    Style improvements
    
    Co-authored-by: Silvan Mosberger <github@infinisil.com>
    fzakaria and infinisil committed Oct 19, 2020
    Copy the full SHA
    5f1d1bc View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Merge pull request #101096 from fzakaria/faridzakaria/readTree

    lib: Add listFilesRecursive function to filesystem
    infinisil committed Oct 20, 2020
    Copy the full SHA
    6a94d64 View commit details
    Browse the repository at this point in the history