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

flake.nix: add overlay that exposes a resume-building function #90

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2024

  1. fix(nix): match current flake output schema

    by adding `packages.<system>.default` and `devShells.<system>.default`,
    which are used in the current flake output schema in place of,
    respectively,  `defaultPackage.<system>` and `devShell.<system>`.
    
    Retain `defaultPackage.<system>` and `devShell.<system>` for
    compatibility with older Nix clients, but make them aliases for the
    newer output schema attributes.
    tomeon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d9e6ea7 View commit details
    Browse the repository at this point in the history
  2. feat(nix): expose buildResume function

    via a new `overlays` output.  This function is used for building resumes
    stored in arbitrary locations.
    tomeon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5b1f383 View commit details
    Browse the repository at this point in the history