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: b71fa333282b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e4961046383f
Choose a head ref
  • 8 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 4, 2019

  1. luarocks-nix: update that fixes indentation

    Finally fixes indentation.
    - removed buildType as it was not used
    - doesn't crash on missing description anymore
    teto committed Jun 4, 2019
    Copy the full SHA
    441ef28 View commit details
    Browse the repository at this point in the history
  2. update-luarocks: doesn't crash when no arguments

    define print_help function before it gets called.
    teto committed Jun 4, 2019
    Copy the full SHA
    cf45c78 View commit details
    Browse the repository at this point in the history
  3. update-luarocks: contact only the specified server

    use --server-only instead of --server, I haven't run any testing but it
    should be a bit faster as well as more deterministic.
    teto committed Jun 4, 2019
    Copy the full SHA
    e967121 View commit details
    Browse the repository at this point in the history
  4. update-luarocks: can install for a different lua

    the recent luarocks can install for a different interpreter than the one
    running luarocks.
    Due to the way the update is done on nix, it seems more practical to use
    this feature than running the script with different luarocks-nix ?
    teto committed Jun 4, 2019
    Copy the full SHA
    6402fbb View commit details
    Browse the repository at this point in the history
  5. luarocks-packages.csv: Support luaversion

    Opened with libreoffice calc which added the different commas
    teto committed Jun 4, 2019
    Copy the full SHA
    6736cc3 View commit details
    Browse the repository at this point in the history
  6. luarocks-packages.csv: remove unnecessary servers

    Now that luarocks-nix supports installation from rockspecs, it's
    possible to remove some server specifications.
    teto committed Jun 4, 2019
    Copy the full SHA
    87d1ab0 View commit details
    Browse the repository at this point in the history
  7. lua: update generated packages.nix

    basically update nvim-client and luassert
    teto committed Jun 4, 2019
    Copy the full SHA
    95d036e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #62654 from teto/lua_update

    Lua updater update :)
    teto committed Jun 4, 2019
    Copy the full SHA
    e496104 View commit details
    Browse the repository at this point in the history