Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/nix config #2144

Merged
merged 3 commits into from
Jun 10, 2019
Merged

Feature/nix config #2144

merged 3 commits into from
Jun 10, 2019

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    0b1137a View commit details
    Browse the repository at this point in the history
  2. Move version into own file and use version file in default.nix

    Due the nature of nix, using "git describe" will always waste a
    copy of the source folder and is quite slow.
    Since nix string functions are very limited and extracting the
    version is difficult, the best compromise was to move the version
    into a small file as a single source of truth.
    poelzi committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    ee32efc View commit details
    Browse the repository at this point in the history
  3. Mark as save

    Only used in compilation phase
    poelzi committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    31acfec View commit details
    Browse the repository at this point in the history