Skip to content

Comments

Experiment: Generate nix files from stack#1974

Closed
akshaymankar wants to merge 7 commits intodevelopfrom
akshaymankar/pure-nix-build
Closed

Experiment: Generate nix files from stack#1974
akshaymankar wants to merge 7 commits intodevelopfrom
akshaymankar/pure-nix-build

Conversation

@akshaymankar
Copy link
Member

If this works, maybe we can use the nix derivations for docker images.

Checklist

  • The PR Title explains the impact of the change.
  • The PR description provides context as to why the change should occur and what the code contributes to that effect. This could also be a link to a JIRA ticket or a Github issue, if there is one.
  • If HTTP endpoint paths have been added or renamed, the endpoint / config-flag checklist (see Wire-employee only backend wiki page) has been followed.
  • If a cassandra schema migration has been added, I ran make git-add-cassandra-schema to update the cassandra schema documentation.
  • changelog.d contains the following bits of information (details):
    • A file with the changelog entry in one or more suitable sub-sections. The sub-sections are marked by directories inside changelog.d.
    • If new config options introduced: added usage description under docs/reference/config-options.md
    • If new config options introduced: recommended measures to be taken by on-premise instance operators.
    • If a cassandra schema migration is backwards incompatible (see also these docs), measures to be taken by on-premise instance operators are explained.
    • If a data migration (not schema migration) introduced: measures to be taken by on-premise instance operators.
    • If public end-points have been changed or added: does nginz need un upgrade?
    • If internal end-points have been added or changed: which services have to be deployed in a specific order?

@sysvinit
Copy link
Contributor

sysvinit commented Dec 8, 2021

The generated nix files for the libraries in lib/ seem to contain absolute paths to your home directory, which wouldn't be portable to other systems. Would it be possible to turn these into relative paths?

@akshaymankar
Copy link
Member Author

akshaymankar commented Dec 9, 2021

The generated nix files for the libraries in lib/ seem to contain absolute paths to your home directory, which wouldn't be portable to other systems. Would it be possible to turn these into relative paths?

Yes, I want to figure out how to do that, currently I am focussing on getting this to build. Once it builds, I will figure out a way to do it, worst case I can always sed.

@akshaymankar
Copy link
Member Author

Better experiment: #2331

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants