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: eikek/docspell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: antifuchs/docspell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nix-restructure
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 19, 2021

  1. Restructure the way nix/release.nix works

    Now, it provides a closure to pkg.nix, which calls that closure to
    retrieve the paths for a buildable tree. That will allow us to use the
    current source tree as a package input in the next commit.
    antifuchs committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    d7ee0e4 View commit details
    Browse the repository at this point in the history
  2. Build distribution .zip files from the current source tree in nix

    ...also, change `currentPkg` to refer to the current-source-tree
    version, and introduce a `latestPkg`, referring to the last release.
    antifuchs committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    08f9e5a View commit details
    Browse the repository at this point in the history
  3. Add a nix flake definition.

    This is a much more convenient way to include the project in other
    nixos definitions (if they use flakes).
    antifuchs committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    32ad0f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72286ca View commit details
    Browse the repository at this point in the history
Loading