Nix - using multiple channels in a shell.nix file
This post is a public archival of a self-contained shell.nix file to use multiple channels of Nix. In this case the default and unstable channels.
Template:
# shell.nix
let
unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/n...
mig4ng.hashnode.dev1 min read