# default.nix
{
  ngipkgs ? import (fetchTarball "https://github.com/ngi-nix/ngipkgs/tarball/main") { },
}:
ngipkgs.demo-shell (
  { ... }:
  {
    programs.cryptolyzer.enable = true;
  }
)
