+dev/compatibility(nixpkgs): update path to the portable service infrastructure - #207
Merged
Merged
Conversation
ju1m
added a commit
to ju1m/app-store
that referenced
this pull request
Apr 7, 2026
…`'s `inputs` Otherwise `nix flake` pulls the latest version of each `inputs`, which may not be compatible with each others or with nix-forge. This happened here: ngi-nix#207 An alternative would be to reuse `ngi-forge/flake.lock` in the CI. But using `follows` in the Nix template makes it work directly for users with only `nix flake init`, and will nudge them to maintain known-to-work versions across `nix flake update`, because they would have to knowingly decide to change `inputs` in their `flake.nix` to deviate from `ngi-forge/flake.lock`.
ju1m
marked this pull request as ready for review
April 7, 2026 01:24
Contributor
…astructure `inputs.nixpkgs` is here updated to the latest commit of the PR introducing the change: NixOS/nixpkgs#506519
imincik
approved these changes
Apr 7, 2026
imincik
left a comment
Contributor
There was a problem hiding this comment.
Looks good. Thank you very much.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
inputs.nixpkgsis here updated to the latest commit of the PR introducing the change:NixOS/nixpkgs#506519
Checked
nix -L build -f. python-web-app.vmnix -L build .#_forge-uinix flake checkRelations
followstongi-forge'sinputs#208