K900 | ┃ > FAILED tests/test_nix.py::test_upgrade_channels - AssertionError: Calls not found.
┃ > Expected: [call(['nix-channel', '--update', 'nixos-hardware'], check=False, sudo=True),
┃ > call(['nix-channel', '--update', 'nixos'], check=False, sudo=True)]
┃ > Actual: [call(['nix-channel', '--update', 'nixos'], check=False, sudo=True),
┃ > call(['nix-channel', '--update', 'nixos-hardware'], check=False, sudo=True)]
| 15:40:17 |
tfc | vcunat: regarding this PR:
https://github.com/NixOS/nixpkgs/pull/510385
the fix will be to use hostPkgs.writeText instead of pkgs.writeText. i am going to create a PR to fix that. i am however a bit confused why this is blocking nixpkgs-unstable when i don't see the testdriver-config change. does "is blocking the nixpkgs-unstable channel" mean that this blocks the changes from going into nixpkgs-unstable branch?
i guess i would still open the PR normally against staging-nixos is that right?
| 08:24:19 |