I have such a line in my 22.05:
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz) {};
, allowing me to grab some unstable packages, but not unfree ones.
How can I declare that I also want unfree packages from unstable, as I already have that declaration for 22.05?