Hello Everyone,
I wonder if there is an easy way to use multiple Nix channels in Firebase studio.
For example to have packages from the stable channel and other ones from the unstable.
In flakes I would be something like this:
inputs = {
nixpkgs.url = “github:nixos/nixpkgs/nixos-25.05”;
nixpkgs_unstable = {url = “github:nixos/nixpkgs/nixos-unstable”;};
};
Cheers
Chris