Switch over to the new submodules flake attribute#78
Merged
marnovandermaas merged 2 commits intolowRISC:mainfrom Jul 8, 2025
Merged
Switch over to the new submodules flake attribute#78marnovandermaas merged 2 commits intolowRISC:mainfrom
marnovandermaas merged 2 commits intolowRISC:mainfrom
Conversation
Nix now shows a warning for apps that don't have descriptions. ``` warning: app 'apps.x86_64-linux.lint-cpp' lacks attribute 'meta.description' ```
In the latest release of Nix, one can now declare that they'd like submodules included within the flake files inputs.
Contributor
|
Which version of nix does this require? |
Contributor
|
And as a follow up is that supported in the latest determinate systems install: https://lowrisc.github.io/sonata-software/doc/getting-started.html#installing-nix |
Member
Author
|
It requires Nix version 2.27. (The latest version is 2.28.3) Yes it looks like the determinate system is at least on version 2.28.2 |
nbdd0121
approved these changes
Jul 8, 2025
marnovandermaas
approved these changes
Jul 8, 2025
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.
Saw NixOS/nix#12421 had made it's way into the latest release, so wanted to update sonata-software.
This will require users be on newer versions of the Nix CLI.