1 2 3 4 5
{ pkgs ? import <nixpkgs> { overlays = [ (import ./pkgs) ]; } }: pkgs.callPackage ./anissue.nix { }