galaxy-buds-client: 5.1.0 -> 5.1.1#365231
Conversation
|
|
Seems to fail the same way on master. /build/source/GalaxyBudsClient/GalaxyBudsClient.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.linux-x64. No packages exist with this id in source(s): _nixLooks like the dotnet flag was only set for x64 https://github.com/NixOS/nixpkgs/pull/365231/files#diff-0481f4c907609b2332cf110e6aad41041f189c410538e7f5613bc5fc9e3697a8R30 |
|
Could probably be simplified... but just tried and it worked. dotnetFlags =
lib.optionals stdenv.hostPlatform.isx86_64 [ "-p:Runtimeidentifier=linux-x64" ]
++ lib.optionals stdenv.hostPlatform.isAarch64 [ "-p:Runtimeidentifier=linux-arm64" ]; |
|
@khaneliman would you like to add those flags to the current PR or should I just do it and rebase? |
Figured you could add it while you're in here. If you don't feel comfortable, I can do it in a follow up PR. |
|
No worries, I was just thinking of giving credits to the original author of those lines! :) |
f08f110 to
c6f674b
Compare
|
Says there is a merge conflict, somehow. |
|
Very strange.. I can see that deps.nix is the culprit, but I do not understand why that should trigger a merge conflict. |
Just rebase on master and take your changes. |
c6f674b to
40c46fa
Compare
|
Alright this is strange. It appears as if something had deleted the deps.nix in master recently for the merge conflict to arise. |
|
DON'T MERGE! Apparently there was a "silent" migration to deps.json instead... Someone notify when there is such change, please... |
40c46fa to
acbd526
Compare
I vaguely remember a treewide nix -> json conversion being talked about for stuff like this. That could have finally happened, then. #362278 |
|
khaneliman
left a comment
There was a problem hiding this comment.
LGTM, thanks for handling that
Changelogs
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.