5 lines
70 B
Nix
Raw Normal View History

{
pkgs ? import ../../.. { },
}:
pkgs.callPackage ./default.nix { }