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

Rework NixOS module #47

Closed
wants to merge 3 commits into from
Closed

Rework NixOS module #47

wants to merge 3 commits into from

Commits on Nov 19, 2023

  1. Rework NixOS module

    This is a draft.
    
    This PR changes the provided NixOS module to adjust to recent changes to
    the codebase. It fails to build at hardening steps. Since this is not my
    area of expertise I'm happy to ask for help.
    
    TODO
    - Fix hardening
    - Implement MIME mapping
    - Implement custom_index and static_files paths
    - Implement url_prefix
    
    Please note: This commit would also change src from locally to
    fetchFromGitHub; please adjust accordingly if this ain't wanted.
    riotbib committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    2422589 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    d708754 View commit details
    Browse the repository at this point in the history
  2. Update buildGoModule instructions for NixOS module

    The previous work-around with fetching buildGo121Module from
    nixpkgs-unstable is not need anymore, since we're on NixOS 23.11 now.
    riotbib committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    dcd9b34 View commit details
    Browse the repository at this point in the history