nac3artiq: support kernels sent by content #555

Open
mwojcik wants to merge 1 commits from mwojcik/nac3:submit_by_content into master
Member

Closes #226.

ARTIQ part.

I noticed that nac3profile derivation in the flake is using hardcoded ARTIQ revision. This circular dependency actually broke my code - I needed to pass extra modules somehow, but the old hardcoded version of course did not provide it. For development, I removed nac3profile from the flake. It has to be updated after ARTIQ changes get merged.

Closes #226. [ARTIQ part](https://github.com/m-labs/artiq/pull/2622). I noticed that ``nac3profile`` derivation in the flake is using hardcoded ARTIQ revision. This circular dependency actually broke my code - I needed to pass extra modules somehow, but the old hardcoded version of course did not provide it. For development, I removed nac3profile from the flake. It has to be updated after ARTIQ changes get merged.
mwojcik added 1 commit 2024-11-21 11:15:33 +08:00
sb10q requested review from derppening 2024-11-21 18:02:58 +08:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b mwojcik-submit_by_content master
git pull submit_by_content

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff mwojcik-submit_by_content
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#555
No description provided.